Merge pull request #209 from unambient/typo-fix

fix typo in localization key
This commit is contained in:
2026-06-25 21:42:38 +02:00
committed by GitHub
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 {