|
@@ -191,8 +191,8 @@ const ChatScreen = ({ route }: { route: any }) => {
|
|
|
type: 'success',
|
|
|
message: (
|
|
|
<Text>
|
|
|
- Only trusted NomadManias and friends can send messages.{'\n'}Befriend this traveller
|
|
|
- first or{' '}
|
|
|
+ Only friends and truseted members can send messages.{'\n'}{'\n'}Befriend this nomad
|
|
|
+ or{' '}
|
|
|
<Text
|
|
|
style={{
|
|
|
color: Colors.ORANGE,
|
|
@@ -205,7 +205,7 @@ const ChatScreen = ({ route }: { route: any }) => {
|
|
|
)
|
|
|
}
|
|
|
>
|
|
|
- become Trusted
|
|
|
+ become trusted
|
|
|
</Text>
|
|
|
!
|
|
|
</Text>
|
|
@@ -1465,8 +1465,8 @@ const ChatScreen = ({ route }: { route: any }) => {
|
|
|
type: 'success',
|
|
|
message: (
|
|
|
<Text>
|
|
|
- Only trusted NomadManias and friends can send messages.{'\n'}Befriend this
|
|
|
- traveller first or{' '}
|
|
|
+ Only friends and truseted members can send messages.{'\n'}{'\n'}Befriend this
|
|
|
+ nomad or{' '}
|
|
|
<Text
|
|
|
style={{
|
|
|
color: Colors.ORANGE,
|
|
@@ -1479,7 +1479,7 @@ const ChatScreen = ({ route }: { route: any }) => {
|
|
|
)
|
|
|
}
|
|
|
>
|
|
|
- become Trusted
|
|
|
+ become trusted
|
|
|
</Text>
|
|
|
!
|
|
|
</Text>
|