feat: add new locale key for not found page back home button (#4266)

This commit is contained in:
Garfield Lee
2023-09-07 23:45:22 +08:00
committed by GitHub
parent 4fe90ea3b3
commit 4dbc5412a5
9 changed files with 13 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ export const NotFoundPage = () => {
}
}}
>
{t['com.affine.backButton']()}
{t['com.affine.notFoundPage.backButton']()}
</Button>
</StyledContainer>
);