From 8db1c1fc1782abfdc73bf5abbcb7b4b329a28806 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 8 Jun 2026 08:47:44 +0500 Subject: [PATCH] =?UTF-8?q?mobile:=20fix=20Extra=20punctuation=20in=20?= =?UTF-8?q?=E2=80=9CSetting=20up=20your=20account=E2=80=9D=20screen=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mobile/app/components/auth/signup.tsx | 4 ++-- packages/intl/locale/en.po | 8 ++++++++ packages/intl/locale/pseudo-LOCALE.po | 8 ++++++++ packages/intl/src/strings.ts | 4 +++- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/apps/mobile/app/components/auth/signup.tsx b/apps/mobile/app/components/auth/signup.tsx index 50d24042c..33fcc63d7 100644 --- a/apps/mobile/app/components/auth/signup.tsx +++ b/apps/mobile/app/components/auth/signup.tsx @@ -363,9 +363,9 @@ export const Signup = ({ > {welcome ? : null} t`Your thoughts deserve a home. Create your first note and start organizing your life today.`, button: () => t`Add Your First Note` - } + }, + settingUpYourAccount: () => t`Setting up your account...`, + accountAlmostReady: () => t`Your account is almost ready, please wait.` };