Tweak copy for key verification view
Slight changes to reflect the fact that key exchange occurs on the first message exchanged, regardless of direction. // FREEBIE
This commit is contained in:
parent
05681ce35b
commit
be9bf706b3
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
"message": "Your identity (you read):"
|
"message": "Your identity (you read):"
|
||||||
},
|
},
|
||||||
"theirIdentityUnknown": {
|
"theirIdentityUnknown": {
|
||||||
"message": "You haven't talked with this contact yet. Their identity will be received with their first message."
|
"message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message."
|
||||||
},
|
},
|
||||||
"deleteMessages": {
|
"deleteMessages": {
|
||||||
"message": "Delete messages"
|
"message": "Delete messages"
|
||||||
|
|
Loading…
Reference in a new issue