diff --git a/src/status_im/ui/screens/screens.cljs b/src/status_im/ui/screens/screens.cljs index 0f6007e9ed..2a5cc6cf4e 100644 --- a/src/status_im/ui/screens/screens.cljs +++ b/src/status_im/ui/screens/screens.cljs @@ -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)}}} diff --git a/translations/en.json b/translations/en.json index 35c90bfc0f..733e68fe74 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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",