chore: add translation function

This commit is contained in:
JimmFly
2023-01-31 15:29:04 +08:00
parent 61b8299e3e
commit 65f4f05c04
5 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const NotfoundPage = () => {
router.push('/workspace');
}}
>
Back Home
{t('Back Home')}
</Button>
</p>
</NotFoundTitle>