RN-351 Remove extra "for" in mobile notification screen (#913)

This commit is contained in:
enahum 2017-09-18 15:33:39 -03:00 committed by Harrison Healey
parent 1fbf3e9e27
commit 33072941f3
3 changed files with 5 additions and 5 deletions

View file

@ -97,7 +97,7 @@ class NotificationSettingsMobileAndroid extends NotificationSettingsMobileBase {
<View style={style.modalTitleContainer}>
<FormattedText
id='mobile.notification_settings_mobile.push_activity_android'
defaultMessage='Send notifications for'
defaultMessage='Send notifications'
style={style.modalTitle}
/>
</View>
@ -391,7 +391,7 @@ class NotificationSettingsMobileAndroid extends NotificationSettingsMobileBase {
label={(
<FormattedText
id='mobile.notification_settings_mobile.push_activity_android'
defaultMessage='Send notifications for'
defaultMessage='Send notifications'
/>
)}
action={this.showMobilePushModal}

View file

@ -25,7 +25,7 @@ class NotificationSettingsMobileIos extends NotificationSettingsMobileBase {
return (
<Section
headerId='mobile.notification_settings_mobile.push_activity'
headerDefaultMessage='SEND NOTIFICATIONS FOR'
headerDefaultMessage='SEND NOTIFICATIONS'
theme={theme}
>
{pushNotificationsEnabled &&

View file

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