From 187e2ec238bfc35a606b1a5299b4f642f715c5b6 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Wed, 18 Oct 2023 21:13:08 +0200 Subject: [PATCH] fix(i18n): wrong translation key for max length Signed-off-by: Erik Michelson --- frontend/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 90c4cb937..3494943e4 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -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": {