mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Update translation keys
This commit is contained in:
parent
d9ca931c97
commit
acab58b71c
49 changed files with 240 additions and 240 deletions
|
@ -7,7 +7,7 @@ class Epp::ErrorsController < EppController
|
|||
end
|
||||
|
||||
def not_found
|
||||
epp_errors << { code: 2400, msg: t('could_not_determine_object_type_check_xml_format_and_namespaces') }
|
||||
epp_errors << { code: 2400, msg: t(:could_not_determine_object_type_check_xml_format_and_namespaces) }
|
||||
render_epp_response '/epp/error'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue