Eliminate $name$ in two places (#1520)

* Eliminate $name$ when changedRightAfterVerify string is shown

FREEBIE

* Eliminate $name$ when identityKeyErrorOnSend string is shown

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-09-29 09:09:40 -07:00 committed by GitHub
parent 8b60212c12
commit 3b4fd2d0e0
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@
this.model.getProfiles().then(this.loadKeys.bind(this));
var dialog = new Whisper.ConfirmationDialogView({
message: i18n('changedRightAfterVerify', this.model.getTitle(), this.model.getTitle()),
message: i18n('changedRightAfterVerify', [this.model.getTitle(), this.model.getTitle()]),
hideCancel: true
});