From 8aa33b9b4a5b3cbb8d958aea2a4f63c5647e1f34 Mon Sep 17 00:00:00 2001 From: James McClune Date: Sun, 7 Jul 2019 23:36:54 -0400 Subject: [PATCH] awx/ui: minor fix on Update on Project Update description In the Inventory Source settings, one of the update options is titled Update on Project Change. However, the tooltip is titled Update on Project Update. Looking at the overall AWX codebase, I think the definitions are fitted more towards Update on Project Update. Signed-off-by: James McClune --- .../inventories/related/sources/sources.form.js | 2 +- awx/ui/po/ansible-tower-ui.pot | 4 ---- awx/ui/po/es.po | 4 ---- awx/ui/po/fr.po | 4 ---- awx/ui/po/ja.po | 4 ---- awx/ui/po/nl.po | 4 ---- 6 files changed, 1 insertion(+), 21 deletions(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js b/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js index 33336160dc..5df5ca3f8a 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js @@ -380,7 +380,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n){ ngDisabled: '!(inventory_source_obj.summary_fields.user_capabilities.edit || canAdd)' }, { name: 'update_on_project_update', - label: i18n._('Update on Project Change'), + label: i18n._('Update on Project Update'), type: 'checkbox', ngShow: "source.value === 'scm'", awPopOver: "

" + i18n._("After every project update where the SCM revision changes, " + diff --git a/awx/ui/po/ansible-tower-ui.pot b/awx/ui/po/ansible-tower-ui.pot index 18b1b5c016..4f2a7be8d1 100644 --- a/awx/ui/po/ansible-tower-ui.pot +++ b/awx/ui/po/ansible-tower-ui.pot @@ -5629,10 +5629,6 @@ msgstr "" msgid "Update on Launch" msgstr "" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388 -msgid "Update on Project Change" -msgstr "" - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394 msgid "Update on Project Update" msgstr "" diff --git a/awx/ui/po/es.po b/awx/ui/po/es.po index 8e3ff94b8d..f4a4d06aea 100644 --- a/awx/ui/po/es.po +++ b/awx/ui/po/es.po @@ -6250,10 +6250,6 @@ msgstr "Actualización faltante. Haga clic para obtener más información." msgid "Update on Launch" msgstr "Actualizar al ejecutar" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388 -msgid "Update on Project Change" -msgstr "Actualizar en el cambio de proyecto" - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394 msgid "Update on Project Update" msgstr "Actualizar en la actualización del proyecto" diff --git a/awx/ui/po/fr.po b/awx/ui/po/fr.po index a56937b54b..361ee0485a 100644 --- a/awx/ui/po/fr.po +++ b/awx/ui/po/fr.po @@ -6258,10 +6258,6 @@ msgstr "Mise à jour manquante. Cliquer pour plus de détails." msgid "Update on Launch" msgstr "Mettre à jour au lancement" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388 -msgid "Update on Project Change" -msgstr "Mettre à jour lorsqu'une modification est apportée au projet" - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394 msgid "Update on Project Update" msgstr "Mettre à jour lorsque le projet est actualisé" diff --git a/awx/ui/po/ja.po b/awx/ui/po/ja.po index c38a6bbaeb..0db6649f18 100644 --- a/awx/ui/po/ja.po +++ b/awx/ui/po/ja.po @@ -5963,10 +5963,6 @@ msgstr "更新がありません。クリックして詳細を確認してくだ msgid "Update on Launch" msgstr "起動時の更新" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388 -msgid "Update on Project Change" -msgstr "プロジェクト変更時の更新" - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394 msgid "Update on Project Update" msgstr "プロジェクト更新時の更新" diff --git a/awx/ui/po/nl.po b/awx/ui/po/nl.po index e320c6d73a..cc0e8c5f4d 100644 --- a/awx/ui/po/nl.po +++ b/awx/ui/po/nl.po @@ -6216,10 +6216,6 @@ msgstr "Update ontbreekt. Klik voor meer informatie" msgid "Update on Launch" msgstr "Update bij opstarten" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388 -msgid "Update on Project Change" -msgstr "Update voor projectwijziging" - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394 msgid "Update on Project Update" msgstr "Update voor projectupdate"