mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
fix(core): wrong auth i18n keys (#9455)
This commit is contained in:
@@ -143,12 +143,12 @@ const CloudWorkSpaceList = ({
|
||||
),
|
||||
accountStatus === 'authenticated' && (
|
||||
<MenuItem key="sign-out" onClick={handleSignOut}>
|
||||
{t['com.affine.sign.out']()}
|
||||
{t['Sign out']()}
|
||||
</MenuItem>
|
||||
),
|
||||
accountStatus === 'unauthenticated' && (
|
||||
<MenuItem key="sign-in" onClick={handleSignIn}>
|
||||
{t['com.affine.sign.in']()}
|
||||
{t['Sign in']()}
|
||||
</MenuItem>
|
||||
),
|
||||
]}
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
"Retry": "Retry",
|
||||
"Save": "Save",
|
||||
"Select": "Select",
|
||||
"Sign in": "Sign in AFFiNE Cloud",
|
||||
"Sign in": "Sign in",
|
||||
"Sign in and Enable": "Sign in and enable",
|
||||
"Sign out": "Sign out",
|
||||
"Snapshot": "Snapshot",
|
||||
|
||||
Reference in New Issue
Block a user