RN-351 Remove extra "for" in mobile notification screen (#913)
This commit is contained in:
parent
1fbf3e9e27
commit
33072941f3
3 changed files with 5 additions and 5 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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 &&
|
||||
|
|
|
|||
|
|
@ -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})",
|
||||
|
|
|
|||
Loading…
Reference in a new issue