mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
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 <jmcclune@mcclunetechnologies.net>
This commit is contained in:
parent
9b6644bc77
commit
8aa33b9b4a
@ -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: "<p>" + i18n._("After every project update where the SCM revision changes, " +
|
||||
|
||||
@ -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 ""
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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é"
|
||||
|
||||
@ -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 "プロジェクト更新時の更新"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user