mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-11 06:26:25 -04:00
fix incorrect translation string
This commit is contained in:
parent
09291fcba0
commit
582ec5954f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ Discourse.AdminUser = Discourse.User.extend({
|
|||
|
||||
refreshBrowsers: function() {
|
||||
Discourse.ajax("/admin/users/" + (this.get('id')) + "/refresh_browsers", {type: 'POST'});
|
||||
bootbox.alert(I18n.t("admin.user.message_sent_to_all_clients"));
|
||||
bootbox.alert(I18n.t("admin.user.refresh_browsers_message"));
|
||||
},
|
||||
|
||||
approve: function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue