Add a trifle of i18n to KeyVerificationView
Two strings were left behind: - "Their identity (they read)" - "Your identity (you read)" I saved them. // FREEBIE
This commit is contained in:
parent
ac25b62fdc
commit
ea0e013e81
3 changed files with 11 additions and 2 deletions
|
@ -27,6 +27,8 @@
|
|||
render_attributes: function() {
|
||||
return {
|
||||
verifyIdentity: i18n('verifyIdentity'),
|
||||
yourIdentity: i18n('yourIdentity'),
|
||||
theirIdentity: i18n('theirIdentity'),
|
||||
your_key: this.splitKey(this.model.your_key),
|
||||
their_key: this.splitKey(this.model.their_key)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue