mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00: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>
|
||||
),
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user