mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
i18n KeyVerificationView
// FREEBIE
This commit is contained in:
@@ -213,7 +213,7 @@
|
|||||||
<script type='text/x-tmpl-mustache' id='key-verification'>
|
<script type='text/x-tmpl-mustache' id='key-verification'>
|
||||||
<div class='conversation-header'>
|
<div class='conversation-header'>
|
||||||
<button class='back'></button>
|
<button class='back'></button>
|
||||||
<span class='conversation-title'>Verify Identity</span>
|
<span class='conversation-title'>{{ verifyIdentity }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<p> Their identity (they read): </p>
|
<p> Their identity (they read): </p>
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
},
|
},
|
||||||
render_attributes: function() {
|
render_attributes: function() {
|
||||||
return {
|
return {
|
||||||
|
verifyIdentity: i18n('verifyIdentity'),
|
||||||
your_key: this.splitKey(this.model.your_key),
|
your_key: this.splitKey(this.model.your_key),
|
||||||
their_key: this.splitKey(this.model.their_key)
|
their_key: this.splitKey(this.model.their_key)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user