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/UserDialogController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/UserDialogController.js') diff --git a/web/app/view/UserDialogController.js b/web/app/view/UserDialogController.js index bfb934da..d187dec0 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', -- cgit v1.2.3