Skip to content

Commit

Permalink
[Inspector] Fix Typo (elastic#168849)
Browse files Browse the repository at this point in the history
Fixes a typo in the inspector shard failure flyout
  • Loading branch information
ThomThomson authored Oct 13, 2023
1 parent 6de99eb commit 58df0aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function ShardFailureFlyout({ failures, onClose }: Props) {
<EuiButtonIcon iconType="sortLeft" onClick={onClose} />
{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 },
})}
</h1>
Expand Down

0 comments on commit 58df0aa

Please sign in to comment.