Skip to content

Commit

Permalink
Eliminate $name$ when identityKeyErrorOnSend 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 f3a5e80 commit 989d935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/identity_key_send_error_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
send = i18n('resend');
}

var errorExplanation = i18n('identityKeyErrorOnSend', this.model.getTitle(), this.model.getTitle());
var errorExplanation = i18n('identityKeyErrorOnSend', [this.model.getTitle(), this.model.getTitle()]);
return {
errorExplanation : errorExplanation,
showSafetyNumber : i18n('showSafetyNumber'),
Expand Down

0 comments on commit 989d935

Please sign in to comment.