From 862aeebbf9ab1073cde70c31a702ae0a05bfa148 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 12 Jan 2025 20:46:07 +0800 Subject: [PATCH] chore: i18n --- src/components/PostEditor/Title.tsx | 2 +- src/components/PostEditor/index.tsx | 4 ++-- src/i18n/en.ts | 6 +++--- src/i18n/zh.ts | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/PostEditor/Title.tsx b/src/components/PostEditor/Title.tsx index ec7a8db6..4a8bbc84 100644 --- a/src/components/PostEditor/Title.tsx +++ b/src/components/PostEditor/Title.tsx @@ -12,6 +12,6 @@ export default function Title({ parentEvent }: { parentEvent?: Event }) {
{parentEvent.content}
) : ( - t('New post') + t('New Note') ) } diff --git a/src/components/PostEditor/index.tsx b/src/components/PostEditor/index.tsx index 3558333a..888767aa 100644 --- a/src/components/PostEditor/index.tsx +++ b/src/components/PostEditor/index.tsx @@ -40,8 +40,8 @@ export default function PostEditor({ ) : ( - {t('Normal Post')} - {t('Picture Post')} + {t('Normal Note')} + {t('Picture Note')}