Fix advanced notifications translation (#13027)

This commit is contained in:
Parvesh Monu 2022-01-21 19:58:20 +05:30 committed by GitHub
parent bf92c51ce4
commit 012b3e396e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -512,7 +512,7 @@
:options {:topBar {:title {:text (i18n/label :t/notification-settings)}}}
:component notifications-settings/notifications-settings}
{:name :notifications-servers
:options {:topBar {:title {:text (i18n/label :t/notification-servers)}}}
:options {:topBar {:title {:text (i18n/label :t/notifications-servers)}}}
:component notifications-settings/notifications-servers}
{:name :sync-settings
:options {:topBar {:title {:text (i18n/label :t/sync-settings)}}}

View File

@ -953,6 +953,7 @@
"notifications-non-contacts": "Notifications from non-contacts",
"notifications-transactions": "Wallet transactions",
"local-notifications": "Local notifications",
"send-push-notifications": "Send Push Notifications",
"send-push-notifications-description": "When disabled, the person receiving your messages won't be notified of their arrival",
"push-notifications-server-enabled": "Server enabled",
"push-notifications-servers": "Push notification servers",