Skip to content

Commit

Permalink
Merge pull request #2410 from internetee/2352-legacy-doc-code-error-d…
Browse files Browse the repository at this point in the history
…uring-changes-registrant

fixed legal doc issue output
  • Loading branch information
vohmar authored Sep 16, 2022
2 parents c796620 + 789cf06 commit 4c52b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/epp/base_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c52b19

Please sign in to comment.