diff --git a/website/docs/.vitepress/locales/vi_VN.ts b/website/docs/.vitepress/locales/vi_VN.ts index 89582949..96cf6726 100644 --- a/website/docs/.vitepress/locales/vi_VN.ts +++ b/website/docs/.vitepress/locales/vi_VN.ts @@ -35,7 +35,7 @@ export default defineConfig({ function nav() { return [ - { text: 'Guide', link: '/vi_VN/guide/what-is-kernelsu' }, + { text: 'hướng dẫn', link: '/vi_VN/guide/what-is-kernelsu' }, { text: 'Github', link: 'https://github.com/tiann/KernelSU' } ] } @@ -53,4 +53,4 @@ function sidebarGuide() { ] } ] -} \ No newline at end of file +}