From 43938e27338d07b21c833d679e4c49344f621ecb Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 3 Dec 2024 09:57:02 +0100 Subject: [PATCH] update language textst in AWX --- public_html/deployment/plugins/rollout/awx/lang_de-de.json | 4 ++-- public_html/deployment/plugins/rollout/awx/lang_en-en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public_html/deployment/plugins/rollout/awx/lang_de-de.json b/public_html/deployment/plugins/rollout/awx/lang_de-de.json index ffa4d4ef..4a402aa8 100644 --- a/public_html/deployment/plugins/rollout/awx/lang_de-de.json +++ b/public_html/deployment/plugins/rollout/awx/lang_de-de.json @@ -8,8 +8,8 @@ "user-hint": "AWX Account, um die API aufzurufen.", "password-label": "Passwort", "password-hint": "Passwort des AWX API Users", - "jobtemplate-label": "ID des Job-Templates", - "jobtemplate-hint": "In der AWX WebGUI nach Aufruf des Templates aus der URL auslesen.", + "jobtemplate-label": "Job-Template", + "jobtemplate-hint": "Wähle aus der Liste der AWX Job templates.", "tags-label": "Tags", "tags-hint": "Wenn die Installation mit Tag gestartet werden kan, ohne das gesamte Playbook auszuführen, dann Tags kommasepariert angeben", diff --git a/public_html/deployment/plugins/rollout/awx/lang_en-en.json b/public_html/deployment/plugins/rollout/awx/lang_en-en.json index e662c504..bca269ae 100644 --- a/public_html/deployment/plugins/rollout/awx/lang_en-en.json +++ b/public_html/deployment/plugins/rollout/awx/lang_en-en.json @@ -8,8 +8,8 @@ "user-hint": "AWX account to access the API", "password-label": "Password", "password-hint": "Password of AWX API user", - "jobtemplate-label": "ID of the job template", - "jobtemplate-hint": "Get the id of the job template from AWX WebGUI by reading from the address bar", + "jobtemplate-label": "Job template", + "jobtemplate-hint": "Select from list with AWX job templates", "tags-label": "Tags", "tags-hint": "Ansible tags if the installation could be done without executing the complete playbook", -- GitLab