From 33072941f38c627817006aea6f57c1474e246201 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 18 Sep 2017 15:33:39 -0300 Subject: [PATCH] RN-351 Remove extra "for" in mobile notification screen (#913) --- .../notification_settings_mobile.android.js | 4 ++-- .../notification_settings_mobile.ios.js | 2 +- assets/base/i18n/en.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/screens/settings/notification_settings_mobile/notification_settings_mobile.android.js b/app/screens/settings/notification_settings_mobile/notification_settings_mobile.android.js index df248bf17..02004b537 100644 --- a/app/screens/settings/notification_settings_mobile/notification_settings_mobile.android.js +++ b/app/screens/settings/notification_settings_mobile/notification_settings_mobile.android.js @@ -97,7 +97,7 @@ class NotificationSettingsMobileAndroid extends NotificationSettingsMobileBase { @@ -391,7 +391,7 @@ class NotificationSettingsMobileAndroid extends NotificationSettingsMobileBase { label={( )} action={this.showMobilePushModal} diff --git a/app/screens/settings/notification_settings_mobile/notification_settings_mobile.ios.js b/app/screens/settings/notification_settings_mobile/notification_settings_mobile.ios.js index 05df1aab2..0f1390fe2 100644 --- a/app/screens/settings/notification_settings_mobile/notification_settings_mobile.ios.js +++ b/app/screens/settings/notification_settings_mobile/notification_settings_mobile.ios.js @@ -25,7 +25,7 @@ class NotificationSettingsMobileIos extends NotificationSettingsMobileBase { return (
{pushNotificationsEnabled && diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json index 36ed3c848..63cacd06c 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -1927,8 +1927,8 @@ "mobile.notification_settings_mentions.wordsTrigger": "WORDS THAT TRIGGER MENTIONS", "mobile.notification_settings_mobile.light": "Light", "mobile.notification_settings_mobile.no_sound": "None", - "mobile.notification_settings_mobile.push_activity": "SEND NOTIFICATIONS FOR", - "mobile.notification_settings_mobile.push_activity_android": "Send notifications for", + "mobile.notification_settings_mobile.push_activity": "SEND NOTIFICATIONS", + "mobile.notification_settings_mobile.push_activity_android": "Send notifications", "mobile.notification_settings_mobile.push_status": "TRIGGER PUSH NOTIFICATIONS WHEN", "mobile.notification_settings_mobile.push_status_android": "Trigger push notifications when", "mobile.notification_settings_mobile.default_sound": "Default ({sound})",