diff options
Diffstat (limited to 'web/app/view/user/UserController.js')
-rw-r--r-- | web/app/view/user/UserController.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/view/user/UserController.js b/web/app/view/user/UserController.js index 510a7d6c8..c4fa04ff3 100644 --- a/web/app/view/user/UserController.js +++ b/web/app/view/user/UserController.js @@ -47,12 +47,12 @@ Ext.define('Traccar.view.user.UserController', { onRemoveClick: function() { var user = this.getView().getSelectionModel().getSelection()[0]; Ext.Msg.show({ - title: strings.settings_user, - message: strings.shared_remove_confirm, + title: strings.settingsUser, + message: strings.sharedRemoveConfirm, buttons: Ext.Msg.YESNO, buttonText: { - yes: strings.shared_remove, - no: strings.shared_cancel + yes: strings.sharedRemove, + no: strings.sharedCancel }, fn: function(btn) { if (btn === 'yes') { |