i18n KeyConflictDialogue
// FREEBIE
This commit is contained in:
parent
3172c49436
commit
0e2d2d60c2
3 changed files with 15 additions and 6 deletions
|
@ -290,12 +290,10 @@
|
|||
<script type='text/x-tmpl-mustache' id='key-conflict-dialogue'>
|
||||
<div class='content'>
|
||||
<p> {{ message }} </p>
|
||||
<p> {{ verifyContact }} </p>
|
||||
<p>
|
||||
You may wish to <span class='verify'>verify</span> this contact.
|
||||
</p>
|
||||
<p>
|
||||
<button class='cancel'>Cancel</button>
|
||||
<button class='resolve'>Accept new key</button>
|
||||
<button class='cancel'>{{ cancel }}</button>
|
||||
<button class='resolve'>{{ resolve }}</button>
|
||||
</p>
|
||||
</div>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue