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 })}}
{% }) %}