traslation popup ignore user /stream
This commit is contained in:
parent
5372e86d55
commit
812fce7181
2 changed files with 3 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ app.views.StreamPost = app.views.Post.extend({
|
|||
|
||||
blockUser: function(evt){
|
||||
if(evt) { evt.preventDefault(); }
|
||||
if(!confirm("Ignore this user?")) { return }
|
||||
if(!confirm(Diaspora.I18n.t('ignore_user'))) { return }
|
||||
|
||||
var personId = this.model.get("author").id;
|
||||
var block = new app.models.Block();
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ en:
|
|||
confirm_dialog: "Are you sure?"
|
||||
delete: "Delete"
|
||||
ignore: "Ignore"
|
||||
ignore_user: "Ignore this user?"
|
||||
timeago:
|
||||
prefixAgo: ""
|
||||
prefixFromNow: ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue