Fix advanced notifications translation (#13027)
This commit is contained in:
parent
bf92c51ce4
commit
012b3e396e
|
@ -512,7 +512,7 @@
|
||||||
:options {:topBar {:title {:text (i18n/label :t/notification-settings)}}}
|
:options {:topBar {:title {:text (i18n/label :t/notification-settings)}}}
|
||||||
:component notifications-settings/notifications-settings}
|
:component notifications-settings/notifications-settings}
|
||||||
{:name :notifications-servers
|
{: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}
|
:component notifications-settings/notifications-servers}
|
||||||
{:name :sync-settings
|
{:name :sync-settings
|
||||||
:options {:topBar {:title {:text (i18n/label :t/sync-settings)}}}
|
:options {:topBar {:title {:text (i18n/label :t/sync-settings)}}}
|
||||||
|
|
|
@ -953,6 +953,7 @@
|
||||||
"notifications-non-contacts": "Notifications from non-contacts",
|
"notifications-non-contacts": "Notifications from non-contacts",
|
||||||
"notifications-transactions": "Wallet transactions",
|
"notifications-transactions": "Wallet transactions",
|
||||||
"local-notifications": "Local notifications",
|
"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",
|
"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-server-enabled": "Server enabled",
|
||||||
"push-notifications-servers": "Push notification servers",
|
"push-notifications-servers": "Push notification servers",
|
||||||
|
|
Loading…
Reference in New Issue