mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
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:
@@ -2020,7 +2020,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: awx/main/conf.py:286
|
#: awx/main/conf.py:286
|
||||||
msgid ""
|
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."
|
"SCM projects."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -2020,7 +2020,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: awx/main/conf.py:286
|
#: awx/main/conf.py:286
|
||||||
msgid ""
|
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."
|
"SCM projects."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ register(
|
|||||||
field_class=fields.BooleanField,
|
field_class=fields.BooleanField,
|
||||||
default=True,
|
default=True,
|
||||||
label=_('Enable Role Download'),
|
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=_('Jobs'),
|
||||||
category_slug='jobs',
|
category_slug='jobs',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user