Skip to content

Commit

Permalink
fix(theme): fix grammar mistakes in site footer (#274)
Browse files Browse the repository at this point in the history
* [Fix] Fix Grammar mistake in zh footer

* [Fix] Fix Grammar mistake in en footer
  • Loading branch information
HydroGest authored Oct 13, 2024
1 parent c6907df commit c4025cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/src/node/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>',
},
}

Expand Down
2 changes: 1 addition & 1 deletion theme/src/node/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>',
},
}

Expand Down

0 comments on commit c4025cb

Please sign in to comment.