From c4025cb489807c2720b0d2df8e24b31a58505820 Mon Sep 17 00:00:00 2001
From: MarkChai <87580250+HydroGest@users.noreply.github.com>
Date: Sun, 13 Oct 2024 15:24:11 +0800
Subject: [PATCH] fix(theme): fix grammar mistakes in site footer (#274)
* [Fix] Fix Grammar mistake in zh footer
* [Fix] Fix Grammar mistake in en footer
---
theme/src/node/locales/en.ts | 2 +-
theme/src/node/locales/zh.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/theme/src/node/locales/en.ts b/theme/src/node/locales/en.ts
index ea409641..f33238f3 100644
--- a/theme/src/node/locales/en.ts
+++ b/theme/src/node/locales/en.ts
@@ -22,7 +22,7 @@ export const enLocale: PlumeThemeLocaleData = {
footer: {
message:
- 'Power by VuePress & vuepress-theme-plume',
+ 'Powered by VuePress & vuepress-theme-plume',
},
}
diff --git a/theme/src/node/locales/zh.ts b/theme/src/node/locales/zh.ts
index 4ced81d4..908699c0 100644
--- a/theme/src/node/locales/zh.ts
+++ b/theme/src/node/locales/zh.ts
@@ -35,7 +35,7 @@ export const zhLocale: PlumeThemeLocaleData = {
footer: {
message:
- 'Power by VuePress & vuepress-theme-plume',
+ 'Powered by VuePress & vuepress-theme-plume',
},
}