mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 18:01:09 +08:00
wrapped I18n.lookup to inject the "js" namespace
This commit is contained in:
@ -18,9 +18,9 @@ Discourse.AdminUserController = Discourse.ObjectController.extend({
|
||||
data: {title: this.get('title')},
|
||||
type: 'PUT'
|
||||
}).then(null, function(e){
|
||||
bootbox.alert(Em.String.i18n("generic_error_with_reason", {error: "http: " + e.status + " - " + e.body}));
|
||||
bootbox.alert(I18n.t("generic_error_with_reason", {error: "http: " + e.status + " - " + e.body}));
|
||||
});
|
||||
|
||||
this.toggleTitleEdit();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user