fix label for activity notifs (#8599)
This commit is contained in:
@@ -184,7 +184,7 @@ export function NotificationSettingsScreen({}: Props) {
|
||||
/>
|
||||
</SettingsList.LinkItem>
|
||||
<SettingsList.LinkItem
|
||||
label={_(msg`Settings for activity alerts`)}
|
||||
label={_(msg`Settings for activity from others`)}
|
||||
to={{screen: 'ActivityNotificationSettings'}}
|
||||
contentContainerStyle={[a.align_start]}>
|
||||
<SettingsList.ItemIcon icon={BellRingingIcon} />
|
||||
|
||||
@@ -81,7 +81,9 @@ export function PrivacyAndSecuritySettingsScreen({}: Props) {
|
||||
)}
|
||||
</SettingsList.LinkItem>
|
||||
<SettingsList.LinkItem
|
||||
label={_(msg`Settings for activity alerts`)}
|
||||
label={_(
|
||||
msg`Settings for allowing others to be notified of your posts`,
|
||||
)}
|
||||
to={{screen: 'ActivityPrivacySettings'}}
|
||||
contentContainerStyle={[a.align_start]}>
|
||||
<SettingsList.ItemIcon icon={BellRingingIcon} />
|
||||
|
||||
Reference in New Issue
Block a user