From d805dec08fa58dd0828eabc8b56d9a5abd81f825 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Tue, 18 Feb 2025 01:52:06 +0900 Subject: Fix "log in", "log out" to "sign in", "sign out" (#7739) * log to sign * logged to signed --- src/components/AccountList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/AccountList.tsx') diff --git a/src/components/AccountList.tsx b/src/components/AccountList.tsx index 0555dd411..52d149eb5 100644 --- a/src/components/AccountList.tsx +++ b/src/components/AccountList.tsx @@ -62,7 +62,7 @@ export function AccountList({ testID="chooseAddAccountBtn" style={[a.flex_1]} onPress={pendingDid ? undefined : onPressAddAccount} - label={_(msg`Login to account that is not listed`)}> + label={_(msg`Sign in to account that is not listed`)}> {({hovered, pressed}) => (