Fix "log in", "log out" to "sign in", "sign out" (#7739)

* log to sign

* logged to signed
This commit is contained in:
Minseo Lee
2025-02-18 01:52:06 +09:00
committed by GitHub
parent 326445d3af
commit d805dec08f
22 changed files with 35 additions and 33 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export const SplashScreen = ({
onPress={onPressSignin}
label={_(msg`Sign in`)}
accessibilityHint={_(
msg`Opens flow to sign into your existing Bluesky account`,
msg`Opens flow to sign in to your existing Bluesky account`,
)}
size="large"
variant="solid"