From cdf5505a0f83379036e399ee6878942123656707 Mon Sep 17 00:00:00 2001 From: Xavi Lee Date: Sun, 31 Dec 2023 22:36:50 +0800 Subject: [PATCH] tweak text --- docs/.vitepress/locales/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/locales/zh.ts b/docs/.vitepress/locales/zh.ts index 3a5a6858..ff90010b 100644 --- a/docs/.vitepress/locales/zh.ts +++ b/docs/.vitepress/locales/zh.ts @@ -88,7 +88,7 @@ function nav(): DefaultTheme.NavItem[] { link: 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md' }, { - text: '贡献', + text: '参与贡献', link: 'https://github.com/vuejs/vitepress/blob/main/.github/contributing.md' } ]