Skip to content

Commit

Permalink
Remove extra quote from Skipped task status string (#14318)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivanilson Junior <[email protected]>
Co-authored-by: kialam <[email protected]>
  • Loading branch information
ivanilsonaraujojr and kialam authored Aug 9, 2023
1 parent c2d0284 commit 87bb70b
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion awx/ui/src/components/StatusLabel/StatusLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down
4 changes: 2 additions & 2 deletions awx/ui/src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions awx/ui/src/locales/es/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion awx/ui/src/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8078,7 +8078,7 @@ msgid "Skipped"
msgstr "Ignoré"

#: components/StatusLabel/StatusLabel.js:50
msgid "Skipped'"
msgid "Skipped"
msgstr "Ignoré"

#: components/NotificationList/NotificationList.js:200
Expand Down
4 changes: 2 additions & 2 deletions awx/ui/src/locales/ja/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions awx/ui/src/locales/ko/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions awx/ui/src/locales/nl/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions awx/ui/src/locales/zh/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion awx/ui/src/locales/zu/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8503,7 +8503,7 @@ msgid "Skipped"
msgstr ""

#: components/StatusLabel/StatusLabel.js:50
msgid "Skipped'"
msgid "Skipped"
msgstr ""

#: components/NotificationList/NotificationList.js:200
Expand Down

0 comments on commit 87bb70b

Please sign in to comment.