about summary refs log tree commit diff
path: root/src/components/dialogs
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2025-02-18 01:52:06 +0900
committerGitHub <noreply@github.com>2025-02-17 10:52:06 -0600
commitd805dec08fa58dd0828eabc8b56d9a5abd81f825 (patch)
tree7c78f1b8f32b859bee03a3c8f0c4e4baafeb0f4a /src/components/dialogs
parent326445d3af894080a5487b403e094000cda1f765 (diff)
downloadvoidsky-d805dec08fa58dd0828eabc8b56d9a5abd81f825.tar.zst
Fix "log in", "log out" to "sign in", "sign out" (#7739)
* log to sign

* logged to signed
Diffstat (limited to 'src/components/dialogs')
-rw-r--r--src/components/dialogs/Signin.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/Signin.tsx b/src/components/dialogs/Signin.tsx
index b9c939e94..d5ae98629 100644
--- a/src/components/dialogs/Signin.tsx
+++ b/src/components/dialogs/Signin.tsx
@@ -43,7 +43,7 @@ function SigninDialogInner({}: {control: Dialog.DialogOuterProps['control']}) {
 
   return (
     <Dialog.ScrollableInner
-      label={_(msg`Sign into Bluesky or create a new account`)}
+      label={_(msg`Sign in to Bluesky or create a new account`)}
       style={[gtMobile ? {width: 'auto', maxWidth: 420} : a.w_full]}>
       <View style={[!isNative && a.p_2xl]}>
         <View