From e75ebe39273c0d6210801ca348afb2187e2c8c71 Mon Sep 17 00:00:00 2001 From: Prashan Dharmasena Date: Wed, 18 Sep 2024 14:59:10 -0400 Subject: [PATCH] Add push notification strings --- config/localizations_native/en/app.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/localizations_native/en/app.json b/config/localizations_native/en/app.json index 40e22e83f..7a8a08080 100644 --- a/config/localizations_native/en/app.json +++ b/config/localizations_native/en/app.json @@ -64,6 +64,7 @@ "NETWORK": "Network", "NEWS": "News", "NICE": "Nice!", + "NOT_NOW": "Not now", "NO_RESULTS": "No results", "OF": "{ITEM1} of {ITEM2}", "OK": "OK", @@ -339,8 +340,11 @@ "UPDATE_SETTINGS_MESSAGE": "Please update notifications in your app settings.", "PERMIT": "Permit", "GO_TO_SETTINGS": "Go to Settings", - "PRIMER_TITLE": "Get Push Alerts", - "PRIMER_MESSAGE": "Enable push notification to get alerts when your transaction status changes." + "PRIMER_TITLE": "Turn on notifications", + "PRIMER_MESSAGE": "Stay up to date on your orders and positions.", + "ENABLED": "Notifications turned on", + "DISABLED": "Notifications disabled", + "DISABLED_BODY": "Turn them on in settings." }, "SHARE_ACTIVITY_MODAL": { "TWEET_PROFILE": "Check out my profile on @dYdX!",