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: 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/view/shell/createNativeStackNavigatorWithAuth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/shell/createNativeStackNavigatorWithAuth.tsx') diff --git a/src/view/shell/createNativeStackNavigatorWithAuth.tsx b/src/view/shell/createNativeStackNavigatorWithAuth.tsx index 018ff3d97..11beaa2e9 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 ( -- cgit 1.4.1