diff options
| author | HJ <spam@hjkos.com> | 2018-12-13 13:46:57 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2018-12-13 13:46:57 +0000 |
| commit | 8e4777ccc6bf72b56a0905ca491c8e0e97fb73cf (patch) | |
| tree | 53e98662ef34b8bccc845f627c125528c1c1436c /src/i18n | |
| parent | e443716bcd616ad61efae161624dd970841a935c (diff) | |
| parent | a8521fc8d99ee7ee5142e2c7c642eee0fc14ed93 (diff) | |
Merge branch 'feature/push-subscriptions' into 'develop'
add service worker and push notifications
See merge request pleroma/pleroma-fe!404
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 92429e4b..eebf606a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -133,7 +133,7 @@ "inputRadius": "Input fields", "checkboxRadius": "Checkboxes", "instance_default": "(default: {value})", - "instance_default_simple" : "(default)", + "instance_default_simple": "(default)", "interface": "Interface", "interfaceLanguage": "Interface language", "invalid_theme_imported": "The selected file is not a supported Pleroma theme. No changes to your theme were made.", @@ -190,6 +190,8 @@ "false": "no", "true": "yes" }, + "notifications": "Notifications", + "enable_web_push_notifications": "Enable web push notifications", "style": { "switcher": { "keep_color": "Keep colors", |
