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/screens/Settings/components/DeactivateAccountDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/Settings/components/DeactivateAccountDialog.tsx') diff --git a/src/screens/Settings/components/DeactivateAccountDialog.tsx b/src/screens/Settings/components/DeactivateAccountDialog.tsx index 6958b7a47..f5059861c 100644 --- a/src/screens/Settings/components/DeactivateAccountDialog.tsx +++ b/src/screens/Settings/components/DeactivateAccountDialog.tsx @@ -51,7 +51,7 @@ function DeactivateAccountDialogInner({ case 'Bad token scope': setError( _( - msg`You're logged in with an App Password. Please log in with your main password to continue deactivating your account.`, + msg`You're signed in with an App Password. Please sign in with your main password to continue deactivating your account.`, ), ) break -- cgit 1.4.1