Fix key conflict dialog i18n
Allow html in this i18n message. TODO: re-design this dialog. Fixes #584 // FREEBIE
This commit is contained in:
parent
5223e6ed30
commit
6e97f5ad00
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@
|
|||
<script type='text/x-tmpl-mustache' id='key-conflict-dialogue'>
|
||||
<div class='content'>
|
||||
<p> {{ message }} </p>
|
||||
<p> {{ verifyContact }} </p>
|
||||
<p> {{{ verifyContact }}} </p>
|
||||
<p>
|
||||
<button class='cancel'>{{ cancel }}</button>
|
||||
<button class='resolve'>{{ resolve }}</button>
|
||||
|
|
Loading…
Reference in a new issue