diff options
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r-- | web/app/view/UserDialog.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js index 84103ee2..a024c856 100644 --- a/web/app/view/UserDialog.js +++ b/web/app/view/UserDialog.js @@ -192,10 +192,10 @@ Ext.define('Traccar.view.UserDialog', { }, { glyph: 'xf003@FontAwesome', minWidth: 0, - handler: 'testMail', + handler: 'testNotification', hidden: true, - reference: 'testMailButton', - tooltip: Strings.sharedTestMail, + reference: 'testNotificationButton', + tooltip: Strings.sharedTestNotification, tooltipType: 'title' }, { xtype: 'tbfill' |