mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fixed role download typo in help text
This commit is contained in:
parent
155c214df0
commit
31b3bad658
@ -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 ""
|
||||
|
||||
|
||||
@ -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 ""
|
||||
|
||||
|
||||
@ -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',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user