aboutsummaryrefslogtreecommitdiff
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
parent2e76f6cb4487a1efd3fbe168e6168f9ed5c2df47 (diff)
downloadetbsa-traccar-web-67b212ef70724d17d53fa4d68176548a257e710f.tar.gz
etbsa-traccar-web-67b212ef70724d17d53fa4d68176548a257e710f.tar.bz2
etbsa-traccar-web-67b212ef70724d17d53fa4d68176548a257e710f.zip
Rename "Test Mail" to "Test Notification"
-rw-r--r--web/app/view/SettingsMenuController.js2
-rw-r--r--web/app/view/UserDialog.js6
-rw-r--r--web/app/view/UserDialogController.js2
-rw-r--r--web/l10n/en.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/web/app/view/SettingsMenuController.js b/web/app/view/SettingsMenuController.js
index 16813fa..41867f6 100644
--- a/web/app/view/SettingsMenuController.js
+++ b/web/app/view/SettingsMenuController.js
@@ -63,7 +63,7 @@ Ext.define('Traccar.view.SettingsMenuController', {
onUserClick: function () {
var dialog = Ext.create('Traccar.view.UserDialog');
dialog.down('form').loadRecord(Traccar.app.getUser());
- dialog.lookupReference('testMailButton').setHidden(false);
+ dialog.lookupReference('testNotificationButton').setHidden(false);
dialog.show();
},
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js
index 84103ee..a024c85 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'
diff --git a/web/app/view/UserDialogController.js b/web/app/view/UserDialogController.js
index bfb934d..d187dec 100644
--- a/web/app/view/UserDialogController.js
+++ b/web/app/view/UserDialogController.js
@@ -46,7 +46,7 @@ Ext.define('Traccar.view.UserDialogController', {
this.lookupReference('tokenField').setValue(newToken);
},
- testMail: function () {
+ testNotification: function () {
Ext.Ajax.request({
url: 'api/users/notifications/test',
method: 'POST',
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 222f388..b78533a 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -41,7 +41,7 @@
"sharedAlias": "Alias",
"sharedDeviceDistance": "Device Distance",
"sharedDevice": "Device",
- "sharedTestMail": "Send Test Email",
+ "sharedTestNotification": "Send Test Notification",
"sharedCalendar": "Calendar",
"sharedCalendars": "Calendars",
"sharedFile": "File",