From 462903757f936e8ba8ed4b42cd2a734d94b1f0fc Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:45:45 -0400 Subject: [PATCH] [8.11] [Inspector] Fix Typo (#168849) (#168872) # Backport This will backport the following commits from `main` to `8.11`: - [[Inspector] Fix Typo (#168849)](https://github.com/elastic/kibana/pull/168849) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Devon Thomson --- .../clusters_table/shards_view/shard_failure_flyout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/inspector/public/views/requests/components/details/clusters_view/clusters_table/shards_view/shard_failure_flyout.tsx b/src/plugins/inspector/public/views/requests/components/details/clusters_view/clusters_table/shards_view/shard_failure_flyout.tsx index 8749f9764fe74..ac84eaae8119a 100644 --- a/src/plugins/inspector/public/views/requests/components/details/clusters_view/clusters_table/shards_view/shard_failure_flyout.tsx +++ b/src/plugins/inspector/public/views/requests/components/details/clusters_view/clusters_table/shards_view/shard_failure_flyout.tsx @@ -34,7 +34,7 @@ export function ShardFailureFlyout({ failures, onClose }: Props) { {i18n.translate('inspector.requests.clusters.shards.flyoutTitle', { defaultMessage: - '{failedShardCount} failured {failedShardCount, plural, one {shard} other {shards}}', + '{failedShardCount} failed {failedShardCount, plural, one {shard} other {shards}}', values: { failedShardCount: failures.length }, })}