diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-06-28 17:07:30 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 17:07:30 +1200 |
commit | ae4933c07d94d912cdea6944f5865567e12f525c (patch) | |
tree | b22c3a7f6acbc2bc28eafdae69f066cbd1ad9649 /web/l10n | |
parent | d67213556dcc87453c0ad5cd6f9e8851c477a2f3 (diff) | |
parent | 8e69514733aace4690a9e80a6dd5158d625a66e2 (diff) | |
download | trackermap-web-ae4933c07d94d912cdea6944f5865567e12f525c.tar.gz trackermap-web-ae4933c07d94d912cdea6944f5865567e12f525c.tar.bz2 trackermap-web-ae4933c07d94d912cdea6944f5865567e12f525c.zip |
Merge pull request #686 from Abyss777/notifications_refactor
Implement refactored notifications
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 65ee9e4f..e6a8a99f 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -356,9 +356,10 @@ "alarmRemoving": "Removing Alarm", "notificationType": "Type of Notification", "notificationAlways": "All Devices", - "notificationWeb": "Send via Web", - "notificationMail": "Send via Mail", - "notificationSms": "Send via SMS", + "notificationNotificators": "Channels", + "notificatorWeb": "Web", + "notificatorMail": "Mail", + "notificatorSms": "SMS", "reportRoute": "Route", "reportEvents": "Events", "reportTrips": "Trips", |