diff --git a/frontend/src/components/theme_switcher.tsx b/frontend/src/components/theme_switcher.tsx index 657e218..c94a24b 100644 --- a/frontend/src/components/theme_switcher.tsx +++ b/frontend/src/components/theme_switcher.tsx @@ -11,7 +11,7 @@ interface ThemeOption { const themeOptions: ThemeOption[] = [ { name: "pink", - displayName: "Nyne Pink", + displayName: "Light Pink", displayColor: "oklch(65% 0.241 354.308)", }, { diff --git a/frontend/src/i18n.ts b/frontend/src/i18n.ts index 99be8c5..9b60ea3 100644 --- a/frontend/src/i18n.ts +++ b/frontend/src/i18n.ts @@ -207,7 +207,7 @@ export const i18nData = { "You need to log in to comment": "You need to log in to comment", // Color Scheme Translation - "Nyne Pink": "Nyne Pink", + "Light Pink": "Light Pink", "Ocean Breeze": "Ocean Breeze", "Mint Leaf": "Mint Leaf", "Golden Glow": "Golden Glow", @@ -410,7 +410,7 @@ export const i18nData = { "You need to log in to comment": "您需要登录才能评论", // Color Scheme Translation - "Nyne Pink": "Nyne 粉", + "Light Pink": "浅粉", "Ocean Breeze": "海蓝", "Mint Leaf": "薄荷", "Golden Glow": "微光", @@ -613,7 +613,7 @@ export const i18nData = { "You need to log in to comment": "您需要登入才能評論", // Color Scheme Translation - "Nyne Pink": "Nyne 粉", + "Light Pink": "淺粉", "Ocean Breeze": "海藍", "Mint Leaf": "薄荷", "Golden Glow": "微光",