Merge pull request #3078 from shawnmolnar/fixtypos

Fixed role download typo in help text

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-01-28 17:53:23 +00:00 committed by GitHub
commit 9d501327fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2020,7 +2020,7 @@ msgstr ""
#: awx/main/conf.py:286
msgid ""
"Allows roles to be dynamically downlaoded from a requirements.yml file for "
"Allows roles to be dynamically downloaded from a requirements.yml file for "
"SCM projects."
msgstr ""

View File

@ -2020,7 +2020,7 @@ msgstr ""
#: awx/main/conf.py:286
msgid ""
"Allows roles to be dynamically downlaoded from a requirements.yml file for "
"Allows roles to be dynamically downloaded from a requirements.yml file for "
"SCM projects."
msgstr ""

View File

@ -295,7 +295,7 @@ register(
field_class=fields.BooleanField,
default=True,
label=_('Enable Role Download'),
help_text=_('Allows roles to be dynamically downlaoded from a requirements.yml file for SCM projects.'),
help_text=_('Allows roles to be dynamically downloaded from a requirements.yml file for SCM projects.'),
category=_('Jobs'),
category_slug='jobs',
)