diff options
author | Luiz Kill <luizkill@gmail.com> | 2022-08-02 10:32:13 -0300 |
---|---|---|
committer | Luiz Kill <luizkill@gmail.com> | 2022-08-02 10:32:13 -0300 |
commit | e6eedad6398cf37e64586cc27611a398d58121f2 (patch) | |
tree | cd93261629cab033f6f85af46860cf91c31d2ec2 /web | |
parent | 0ae8238eec8457c023e7b30b0bee9f0e7851dfaa (diff) | |
download | trackermap-web-e6eedad6398cf37e64586cc27611a398d58121f2.tar.gz trackermap-web-e6eedad6398cf37e64586cc27611a398d58121f2.tar.bz2 trackermap-web-e6eedad6398cf37e64586cc27611a398d58121f2.zip |
Adds Pushover user attributes
Diffstat (limited to 'web')
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 2549a081..48695c91 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -108,6 +108,8 @@ "attributeWebSelectZoom": "Web: Zoom On Select", "attributeWebMaxZoom": "Web: Maximum Zoom", "attributeTelegramChatId": "Telegram Chat ID", + "attributePushoverUserKey": "Pushover User Key", + "attributePushoverDeviceNames": "Pushover Device Names", "attributeMailSmtpHost": "Mail: SMTP Host", "attributeMailSmtpPort": "Mail: SMTP Port", "attributeMailSmtpStarttlsEnable": "Mail: SMTP STARTTLS Enable", |