fix label for activity notifs (#8599)

This commit is contained in:
Samuel Newman
2025-07-02 20:52:40 +03:00
committed by GitHub
parent 9d44673acb
commit dbfb9dad2f
2 changed files with 4 additions and 2 deletions
@@ -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} />