change localization instances of note_to_big to note_too_big

This commit is contained in:
maddie
2026-06-09 10:43:05 +00:00
committed by GitHub
parent c3e475c16d
commit 8a000ce131
12 changed files with 12 additions and 12 deletions
@@ -149,7 +149,7 @@
notify.success($t('home.messages.note_created'))
} catch (e) {
if (e instanceof PayloadToLargeError) {
notify.error($t('home.errors.note_to_big'))
notify.error($t('home.errors.note_too_big'))
} else if (e instanceof EmptyContentError) {
notify.error($t('home.errors.empty_content'))
} else {