mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): wrong i18n key used (#10275)
This commit is contained in:
@@ -90,7 +90,7 @@ export const AddSelfhostedStep = ({
|
||||
return (
|
||||
<AuthContainer>
|
||||
<AuthHeader
|
||||
title={t['com.affine.auth.sign-in.add-selfhosted.title']()}
|
||||
title={t['com.affine.auth.sign.add-selfhosted.title']()}
|
||||
subTitle={t['com.affine.auth.sign.add-selfhosted']()}
|
||||
/>
|
||||
<AuthContent>
|
||||
|
||||
Reference in New Issue
Block a user