From 31b3bad6586b70806312055e2bfb1b44d76defe2 Mon Sep 17 00:00:00 2001 From: "Molnar, Shawn" Date: Fri, 25 Jan 2019 16:37:51 -0800 Subject: [PATCH] Fixed role download typo in help text --- awx/locale/django.pot | 2 +- awx/locale/en-us/LC_MESSAGES/django.po | 2 +- awx/main/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/locale/django.pot b/awx/locale/django.pot index 0da0f1a6d0..a07c8e72ec 100644 --- a/awx/locale/django.pot +++ b/awx/locale/django.pot @@ -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 "" diff --git a/awx/locale/en-us/LC_MESSAGES/django.po b/awx/locale/en-us/LC_MESSAGES/django.po index 0da0f1a6d0..a07c8e72ec 100644 --- a/awx/locale/en-us/LC_MESSAGES/django.po +++ b/awx/locale/en-us/LC_MESSAGES/django.po @@ -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 "" diff --git a/awx/main/conf.py b/awx/main/conf.py index b7a37a6d6c..5472c930d2 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -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', )