Skip to content

Commit

Permalink
fixed legal doc issue output
Browse files Browse the repository at this point in the history
  • Loading branch information
olegphenomenon committed Aug 2, 2022
1 parent 1deb6fa commit 789cf06
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 789cf06

Please sign in to comment.