mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08: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
Add a link
Reference in a new issue