Show help text for unknown contact identity
Adds a new message string "theirIdentityUnknown". Fixes #576 // FREEBIE
This commit is contained in:
parent
b2948e541e
commit
6c7f2cf0fc
5 changed files with 21 additions and 2 deletions
|
@ -217,8 +217,12 @@
|
|||
</div>
|
||||
<div class='container'>
|
||||
<p> {{theirIdentity}} </p>
|
||||
<div class='key placeholder'>
|
||||
{{ #their_key_unknown }} <span>{{ their_key_unknown }}</span>{{ /their_key_unknown }}
|
||||
</div>
|
||||
<div class='key'>
|
||||
{{ #their_key }} <span>{{ . }}</span> {{ /their_key }}
|
||||
|
||||
</div>
|
||||
<p> {{yourIdentity}} </p>
|
||||
<div class='key'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue