From c4a2ce38da4a757140cede2649c355c0ff392467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Vay=C3=A1?= Date: Thu, 20 Nov 2025 13:01:32 +0100 Subject: [PATCH] I18n issues (#9303) --- .../playbooks/components/run_list/run_list.tsx | 4 ++-- assets/base/i18n/en.json | 4 ++-- scripts/regen-i18n.sh | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100755 scripts/regen-i18n.sh diff --git a/app/products/playbooks/components/run_list/run_list.tsx b/app/products/playbooks/components/run_list/run_list.tsx index 9638a2f29..0ad42189d 100644 --- a/app/products/playbooks/components/run_list/run_list.tsx +++ b/app/products/playbooks/components/run_list/run_list.tsx @@ -69,7 +69,7 @@ const messages = defineMessages({ }, cachedWarningMessage: { id: 'playbooks.run_list.cached_warning_message', - defaultMessage: 'Showing cached data only. Some playbook runs or updates may be missing from this list.', + defaultMessage: 'Showing cached data only. Some updates may be missing from this list.', }, tabInProgress: { id: 'playbooks.run_list.tab_in_progress', @@ -187,7 +187,7 @@ const RunList = ({