summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvanilson Junior <62117064+ivanilsonaraujojr@users.noreply.github.com>2023-08-10 00:58:46 +0200
committerGitHub <noreply@github.com>2023-08-10 00:58:46 +0200
commit87bb70bcc0754908682de3297d23742089a6a47f (patch)
treea88df3c75a96518376706fc241d0b8ecb0496e44
parentAllow importing licenses with a missing "usage" attribute (#14326) (diff)
downloadawx-87bb70bcc0754908682de3297d23742089a6a47f.tar.xz
awx-87bb70bcc0754908682de3297d23742089a6a47f.zip
Remove extra quote from Skipped task status string (#14318)
Signed-off-by: Ivanilson Junior <ivanilsonaraujojr@gmail.com> Co-authored-by: kialam <digitalanime@gmail.com>
-rw-r--r--awx/ui/src/components/StatusLabel/StatusLabel.js2
-rw-r--r--awx/ui/src/locales/en/messages.po4
-rw-r--r--awx/ui/src/locales/es/messages.po4
-rw-r--r--awx/ui/src/locales/fr/messages.po2
-rw-r--r--awx/ui/src/locales/ja/messages.po4
-rw-r--r--awx/ui/src/locales/ko/messages.po4
-rw-r--r--awx/ui/src/locales/nl/messages.po4
-rw-r--r--awx/ui/src/locales/zh/messages.po4
-rw-r--r--awx/ui/src/locales/zu/messages.po2
9 files changed, 15 insertions, 15 deletions
diff --git a/awx/ui/src/components/StatusLabel/StatusLabel.js b/awx/ui/src/components/StatusLabel/StatusLabel.js
index 284e2c8d5f..83417ace09 100644
--- a/awx/ui/src/components/StatusLabel/StatusLabel.js
+++ b/awx/ui/src/components/StatusLabel/StatusLabel.js
@@ -47,7 +47,7 @@ export default function StatusLabel({ status, tooltipContent = '', children }) {
unreachable: t`Unreachable`,
running: t`Running`,
pending: t`Pending`,
- skipped: t`Skipped'`,
+ skipped: t`Skipped`,
timedOut: t`Timed out`,
waiting: t`Waiting`,
disabled: t`Disabled`,
diff --git a/awx/ui/src/locales/en/messages.po b/awx/ui/src/locales/en/messages.po
index b5ef29302f..219f87762b 100644
--- a/awx/ui/src/locales/en/messages.po
+++ b/awx/ui/src/locales/en/messages.po
@@ -8722,8 +8722,8 @@ msgid "Skipped"
msgstr "Skipped"
#: components/StatusLabel/StatusLabel.js:50
-msgid "Skipped'"
-msgstr "Skipped'"
+msgid "Skipped"
+msgstr "Skipped"
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
diff --git a/awx/ui/src/locales/es/messages.po b/awx/ui/src/locales/es/messages.po
index b2159124f9..69be5bba6e 100644
--- a/awx/ui/src/locales/es/messages.po
+++ b/awx/ui/src/locales/es/messages.po
@@ -8190,8 +8190,8 @@ msgid "Skipped"
msgstr "Omitido"
#: components/StatusLabel/StatusLabel.js:50
-msgid "Skipped'"
-msgstr "Omitido'"
+msgid "Skipped"
+msgstr "Omitido"
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
diff --git a/awx/ui/src/locales/fr/messages.po b/awx/ui/src/locales/fr/messages.po
index 4da07c6dda..be9a4721ac 100644
--- a/awx/ui/src/locales/fr/messages.po
+++ b/awx/ui/src/locales/fr/messages.po
@@ -8078,7 +8078,7 @@ msgid "Skipped"
msgstr "Ignoré"
#: components/StatusLabel/StatusLabel.js:50
-msgid "Skipped'"
+msgid "Skipped"
msgstr "Ignoré"
#: components/NotificationList/NotificationList.js:200
diff --git a/awx/ui/src/locales/ja/messages.po b/awx/ui/src/locales/ja/messages.po
index bbbbc96a67..a41aa0d05b 100644
--- a/awx/ui/src/locales/ja/messages.po
+++ b/awx/ui/src/locales/ja/messages.po
@@ -8118,8 +8118,8 @@ msgid "Skipped"
msgstr "スキップ済"
#: components/StatusLabel/StatusLabel.js:50
-msgid "Skipped'"
-msgstr "スキップ済'"
+msgid "Skipped"
+msgstr "スキップ済"
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
diff --git a/awx/ui/src/locales/ko/messages.po b/awx/ui/src/locales/ko/messages.po
index f77b71e012..ffa7780e22 100644
--- a/awx/ui/src/locales/ko/messages.po
+++ b/awx/ui/src/locales/ko/messages.po
@@ -8072,8 +8072,8 @@ msgid "Skipped"
msgstr "건너뜀"
#: components/StatusLabel/StatusLabel.js:50
-msgid "Skipped'"
-msgstr "건너뜀'"
+msgid "Skipped"
+msgstr "건너뜀"
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
diff --git a/awx/ui/src/locales/nl/messages.po b/awx/ui/src/locales/nl/messages.po
index 81b4705a41..d3ec0254b1 100644
--- a/awx/ui/src/locales/nl/messages.po
+++ b/awx/ui/src/locales/nl/messages.po
@@ -8096,8 +8096,8 @@ msgid "Skipped"
msgstr "Overgeslagen"
#: components/StatusLabel/StatusLabel.js:50
-msgid "Skipped'"
-msgstr "Overgeslagen'"
+msgid "Skipped"
+msgstr "Overgeslagen"
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
diff --git a/awx/ui/src/locales/zh/messages.po b/awx/ui/src/locales/zh/messages.po
index 3d2bfda0f6..c9069d23dc 100644
--- a/awx/ui/src/locales/zh/messages.po
+++ b/awx/ui/src/locales/zh/messages.po
@@ -8072,8 +8072,8 @@ msgid "Skipped"
msgstr "跳过"
#: components/StatusLabel/StatusLabel.js:50
-msgid "Skipped'"
-msgstr "跳过'"
+msgid "Skipped"
+msgstr "跳过"
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
diff --git a/awx/ui/src/locales/zu/messages.po b/awx/ui/src/locales/zu/messages.po
index 3448b23140..40e52f3103 100644
--- a/awx/ui/src/locales/zu/messages.po
+++ b/awx/ui/src/locales/zu/messages.po
@@ -8503,7 +8503,7 @@ msgid "Skipped"
msgstr ""
#: components/StatusLabel/StatusLabel.js:50
-msgid "Skipped'"
+msgid "Skipped"
msgstr ""
#: components/NotificationList/NotificationList.js:200