From 67b212ef70724d17d53fa4d68176548a257e710f Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Fri, 10 Mar 2017 14:55:04 +0500 Subject: Rename "Test Mail" to "Test Notification" --- web/app/view/SettingsMenuController.js | 2 +- web/app/view/UserDialog.js | 6 +++--- web/app/view/UserDialogController.js | 2 +- web/l10n/en.json | 2 +- 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", -- cgit v1.2.3