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')}