From f71ecc60c2f125c0c140de9fc86de05beab8a02e Mon Sep 17 00:00:00 2001 From: Alexandra Romanenko Date: Tue, 17 Jun 2025 15:49:33 +0300 Subject: [PATCH] FIO-10179: Fixes an issue where translations are not applied to Error List --- src/templates/bootstrap3/errorsList/form.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/bootstrap3/errorsList/form.ejs b/src/templates/bootstrap3/errorsList/form.ejs index 776fd0b3f..dda6332d8 100644 --- a/src/templates/bootstrap3/errorsList/form.ejs +++ b/src/templates/bootstrap3/errorsList/form.ejs @@ -7,6 +7,6 @@ ref = "errorRef" tabIndex = "0", style = "cursor:pointer;" - >{{err.message}} + >{{ctx.t(err.message, { _userInput: true })}} {% }) %}