aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialogController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-03-10 23:55:55 +1300
committerGitHub <noreply@github.com>2017-03-10 23:55:55 +1300
commitf9ffbdb72b00b157c0d66b46372f42f9a3ba0a18 (patch)
tree339b14dc4edf0d1ec9f0e94dc450f02beea531d3 /web/app/view/UserDialogController.js
parent2e76f6cb4487a1efd3fbe168e6168f9ed5c2df47 (diff)
parent67b212ef70724d17d53fa4d68176548a257e710f (diff)
downloadetbsa-traccar-web-f9ffbdb72b00b157c0d66b46372f42f9a3ba0a18.tar.gz
etbsa-traccar-web-f9ffbdb72b00b157c0d66b46372f42f9a3ba0a18.tar.bz2
etbsa-traccar-web-f9ffbdb72b00b157c0d66b46372f42f9a3ba0a18.zip
Merge pull request #424 from Abyss777/test_notification
Rename "Test Email" to "Test Notification"
Diffstat (limited to 'web/app/view/UserDialogController.js')
-rw-r--r--web/app/view/UserDialogController.js2
1 files changed, 1 insertions, 1 deletions
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',