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 f0510880..5e4e00a8 100644 --- a/web/app/view/UserDialog.js +++ b/web/app/view/UserDialog.js @@ -208,10 +208,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' |