From 165fbd800cc637172a9a2514d23b0114d3df0d70 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 10 Mar 2024 20:31:02 +0100 Subject: [PATCH] Add locale for `question_too_long` error --- config/locales/errors.en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/errors.en.yml b/config/locales/errors.en.yml index eae9157d..7b260eff 100644 --- a/config/locales/errors.en.yml +++ b/config/locales/errors.en.yml @@ -37,3 +37,5 @@ en: record_not_found: "Record not found" not_authorized: "You need to be logged in to perform this action" + + question_too_long: "Question is too long"