diff options
Diffstat (limited to 'src/screens/Settings/components/DeactivateAccountDialog.tsx')
-rw-r--r-- | src/screens/Settings/components/DeactivateAccountDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |