Skip to content

Commit

Permalink
Eliminate $name$ when changedRightAfterVerify string is shown
Browse files Browse the repository at this point in the history
FREEBIE
  • Loading branch information
scottnonnenberg committed Sep 29, 2017
1 parent 95c8501 commit f3a5e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/key_verification_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

Expand Down

0 comments on commit f3a5e80

Please sign in to comment.