fix(i18n): wrong translation key for max length

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2023-10-18 21:13:08 +02:00
parent f5617ca21d
commit 187e2ec238

View file

@ -247,7 +247,7 @@
},
"limitReached": {
"title": "Reached the limit",
"description": "Sorry, this note reached its maximum length. Notes can be up to {{maxLength}} characters long.",
"description": "Sorry, this note reached its maximum length. Notes can be up to {{maxDocumentLength}} characters long.",
"advice": "Please shorten the note."
},
"incompatible": {