about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-01-20 09:14:12 +0900
committerGitHub <noreply@github.com>2024-01-19 16:14:12 -0800
commit920d48849e0c9d71443f72abab3ff650e264793e (patch)
tree89b1a4879fee09607f90577797eaa7a2bd5b528c
parent9835996d73f9f4b1cdb0c2dfa433972ea203d982 (diff)
downloadvoidsky-920d48849e0c9d71443f72abab3ff650e264793e.tar.zst
Update Step2.tsx (#2568)
-rw-r--r--src/view/com/auth/create/Step2.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/view/com/auth/create/Step2.tsx b/src/view/com/auth/create/Step2.tsx
index e3e938d12..f6eedc2eb 100644
--- a/src/view/com/auth/create/Step2.tsx
+++ b/src/view/com/auth/create/Step2.tsx
@@ -276,8 +276,10 @@ export function Step2({
               autoFocus={true}
             />
             <Text type="sm" style={[pal.textLight, s.mt5]}>
-              <Trans>Please enter the verification code sent to</Trans>{' '}
-              {phoneNumberFormatted}.
+              <Trans>
+                Please enter the verification code sent to{' '}
+                {phoneNumberFormatted}.
+              </Trans>
             </Text>
           </View>
         </>