diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2018-12-13 00:03:50 +0700 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2018-12-13 00:03:50 +0700 |
| commit | 02c0e15781fa0a499c736e710755e799bfaec77d (patch) | |
| tree | 0defdd796fb4e42e0e228d912622a6bbcc67db89 /src/i18n | |
| parent | ee70ec4c7efb49c08f0a76b6b2694c0e9910978c (diff) | |
add checkbox to disable web push
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8fd546ef..76224a03 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -175,7 +175,9 @@ "values": { "false": "no", "true": "yes" - } + }, + "notifications": "Notifications", + "enable_web_push_notifications": "Enable web push notifications" }, "timeline": { "collapse": "Collapse", |
