From 8d1f97b5ffac5d86762f1d4e9384ff3097acbc52 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Thu, 3 Apr 2025 00:22:06 +0100 Subject: [PATCH] Tweak copy to remove remaining uses of `sign up` (#7987) * tweak copy in Deactivated.tsx * tweak copy in Policies.tsx * tweak comment in createNativeStackNavigatorWithAuth.tsx * tweak copy in LoginForm.tsx * tweak copy in StarterPackLandingScreen.tsx * format * Apply suggestions from code review Co-authored-by: Hailey * Update src/screens/StarterPack/StarterPackLandingScreen.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/StarterPack/StarterPackLandingScreen.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Hailey --- src/screens/Deactivated.tsx | 4 ++-- src/screens/Login/LoginForm.tsx | 2 +- src/screens/Signup/StepInfo/Policies.tsx | 4 +++- src/screens/StarterPack/StarterPackLandingScreen.tsx | 4 ++-- src/view/shell/createNativeStackNavigatorWithAuth.tsx | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/screens/Deactivated.tsx b/src/screens/Deactivated.tsx index c989673649..22b9d9d2fd 100644 --- a/src/screens/Deactivated.tsx +++ b/src/screens/Deactivated.tsx @@ -200,13 +200,13 @@ export function Deactivated() { Or, continue with another account. diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx index 3cbe4ae636..6c3d7633ad 100644 --- a/src/screens/Login/LoginForm.tsx +++ b/src/screens/Login/LoginForm.tsx @@ -215,7 +215,7 @@ export const LoginForm = ({ blurOnSubmit={false} // prevents flickering due to onSubmitEditing going to next field editable={!isProcessing} accessibilityHint={_( - msg`Input the username or email address you used at signup`, + msg`Enter the username or email address you used when you created your account`, )} /> diff --git a/src/screens/Signup/StepInfo/Policies.tsx b/src/screens/Signup/StepInfo/Policies.tsx index 3cde95be71..81533c58e7 100644 --- a/src/screens/Signup/StepInfo/Policies.tsx +++ b/src/screens/Signup/StepInfo/Policies.tsx @@ -103,7 +103,9 @@ export const Policies = ({ {under13 ? ( - You must be 13 years of age or older to sign up. + + You must be 13 years of age or older to create an account. + ) : needsGuardian ? ( diff --git a/src/screens/StarterPack/StarterPackLandingScreen.tsx b/src/screens/StarterPack/StarterPackLandingScreen.tsx index a48fbc61c0..b522bc906d 100644 --- a/src/screens/StarterPack/StarterPackLandingScreen.tsx +++ b/src/screens/StarterPack/StarterPackLandingScreen.tsx @@ -300,14 +300,14 @@ function LandingScreenLoaded({ ) : null} diff --git a/src/view/shell/createNativeStackNavigatorWithAuth.tsx b/src/view/shell/createNativeStackNavigatorWithAuth.tsx index 018ff3d972..11beaa2e95 100644 --- a/src/view/shell/createNativeStackNavigatorWithAuth.tsx +++ b/src/view/shell/createNativeStackNavigatorWithAuth.tsx @@ -137,7 +137,7 @@ function NativeStackNavigator({ } // Show the bottom bar if we have a session only on mobile web. If we don't have a session, we want to show it - // on both tablet and mobile web so that we see the sign up CTA. + // on both tablet and mobile web so that we see the create account CTA. const showBottomBar = hasSession ? isMobile : isTabletOrMobile return (