aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialog.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-10 14:55:04 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-10 14:55:04 +0500
commit67b212ef70724d17d53fa4d68176548a257e710f (patch)
tree339b14dc4edf0d1ec9f0e94dc450f02beea531d3 /web/app/view/UserDialog.js
parent2e76f6cb4487a1efd3fbe168e6168f9ed5c2df47 (diff)
downloadtrackermap-web-67b212ef70724d17d53fa4d68176548a257e710f.tar.gz
trackermap-web-67b212ef70724d17d53fa4d68176548a257e710f.tar.bz2
trackermap-web-67b212ef70724d17d53fa4d68176548a257e710f.zip
Rename "Test Mail" to "Test Notification"
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r--web/app/view/UserDialog.js6
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'