mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
update strings
This commit is contained in:
@@ -188,4 +188,4 @@ def vars_validate_or_raise(vars_str):
|
||||
return vars_str
|
||||
except yaml.YAMLError:
|
||||
pass
|
||||
raise RestValidationError('Must be valid JSON or YAML.')
|
||||
raise RestValidationError(_('Must be valid JSON or YAML.'))
|
||||
|
||||
Reference in New Issue
Block a user