diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-03-10 23:55:55 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-10 23:55:55 +1300 |
commit | f9ffbdb72b00b157c0d66b46372f42f9a3ba0a18 (patch) | |
tree | 339b14dc4edf0d1ec9f0e94dc450f02beea531d3 /web/app/view/UserDialog.js | |
parent | 2e76f6cb4487a1efd3fbe168e6168f9ed5c2df47 (diff) | |
parent | 67b212ef70724d17d53fa4d68176548a257e710f (diff) | |
download | trackermap-web-f9ffbdb72b00b157c0d66b46372f42f9a3ba0a18.tar.gz trackermap-web-f9ffbdb72b00b157c0d66b46372f42f9a3ba0a18.tar.bz2 trackermap-web-f9ffbdb72b00b157c0d66b46372f42f9a3ba0a18.zip |
Merge pull request #424 from Abyss777/test_notification
Rename "Test Email" to "Test Notification"
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' |