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})",