diff --git a/src/components/PostEditor/Title.tsx b/src/components/PostEditor/Title.tsx
index ec7a8db..4a8bbc8 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 3558333..888767a 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')}