Update translation keys

This commit is contained in:
Priit Tark 2015-04-30 12:47:11 +03:00
parent d9ca931c97
commit acab58b71c
49 changed files with 240 additions and 240 deletions

View file

@ -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