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:
2-4601 2016-01-17 23:41:45 +02:00 committed by lilia
parent ac25b62fdc
commit ea0e013e81
3 changed files with 11 additions and 2 deletions

View file

@ -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)
};