Bluesky app fork with some witchin' additions 💫

fix label for activity notifs (#8599)

authored by samuel.fm and committed by

GitHub dbfb9dad 9d44673a

+4 -2
+1 -1
src/screens/Settings/NotificationSettings/index.tsx
··· 184 184 /> 185 185 </SettingsList.LinkItem> 186 186 <SettingsList.LinkItem 187 - label={_(msg`Settings for activity alerts`)} 187 + label={_(msg`Settings for activity from others`)} 188 188 to={{screen: 'ActivityNotificationSettings'}} 189 189 contentContainerStyle={[a.align_start]}> 190 190 <SettingsList.ItemIcon icon={BellRingingIcon} />
+3 -1
src/screens/Settings/PrivacyAndSecuritySettings.tsx
··· 81 81 )} 82 82 </SettingsList.LinkItem> 83 83 <SettingsList.LinkItem 84 - label={_(msg`Settings for activity alerts`)} 84 + label={_( 85 + msg`Settings for allowing others to be notified of your posts`, 86 + )} 85 87 to={{screen: 'ActivityPrivacySettings'}} 86 88 contentContainerStyle={[a.align_start]}> 87 89 <SettingsList.ItemIcon icon={BellRingingIcon} />