about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/Settings/NotificationSettings/index.tsx2
-rw-r--r--src/screens/Settings/PrivacyAndSecuritySettings.tsx4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/screens/Settings/NotificationSettings/index.tsx b/src/screens/Settings/NotificationSettings/index.tsx
index df7c9a35b..a16d30061 100644
--- a/src/screens/Settings/NotificationSettings/index.tsx
+++ b/src/screens/Settings/NotificationSettings/index.tsx
@@ -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} />
diff --git a/src/screens/Settings/PrivacyAndSecuritySettings.tsx b/src/screens/Settings/PrivacyAndSecuritySettings.tsx
index a85ad8372..9cf83f479 100644
--- a/src/screens/Settings/PrivacyAndSecuritySettings.tsx
+++ b/src/screens/Settings/PrivacyAndSecuritySettings.tsx
@@ -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} />