fix(theme): fix grammar mistakes in site footer (#274)

* [Fix] Fix Grammar mistake in zh footer

* [Fix] Fix Grammar mistake in en footer
This commit is contained in:
MarkChai 2024-10-13 15:24:11 +08:00 committed by GitHub
parent c6907dfe74
commit c4025cb489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ export const enLocale: PlumeThemeLocaleData = {
footer: {
message:
'Power by <a target="_blank" href="https://v2.vuepress.vuejs.org/">VuePress</a> & <a target="_blank" href="https://theme-plume.vuejs.press">vuepress-theme-plume</a>',
'Powered by <a target="_blank" href="https://v2.vuepress.vuejs.org/">VuePress</a> & <a target="_blank" href="https://theme-plume.vuejs.press">vuepress-theme-plume</a>',
},
}

View File

@ -35,7 +35,7 @@ export const zhLocale: PlumeThemeLocaleData = {
footer: {
message:
'Power by <a target="_blank" href="https://v2.vuepress.vuejs.org/">VuePress</a> & <a target="_blank" href="https://theme-plume.vuejs.press">vuepress-theme-plume</a>',
'Powered by <a target="_blank" href="https://v2.vuepress.vuejs.org/">VuePress</a> & <a target="_blank" href="https://theme-plume.vuejs.press">vuepress-theme-plume</a>',
},
}