mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(i18n): wrong translation key for max length
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
f5617ca21d
commit
187e2ec238
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue