From 789cf06bb4ea28040a52435640bed51d904099f4 Mon Sep 17 00:00:00 2001 From: olegphenomenon Date: Tue, 2 Aug 2022 10:54:12 +0300 Subject: [PATCH] fixed legal doc issue output --- app/controllers/epp/base_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/epp/base_controller.rb b/app/controllers/epp/base_controller.rb index 44e38fe1ce..12efbd1d35 100644 --- a/app/controllers/epp/base_controller.rb +++ b/app/controllers/epp/base_controller.rb @@ -168,7 +168,7 @@ def requires(*selectors) epp_errors.add(:epp_errors, code: '2003', - message: I18n.t('errors.messages.required_parameter_missing', + msg: I18n.t('errors.messages.required_parameter_missing', key: "#{full_selector} [#{attr}]")) end