Skip to content

Commit

Permalink
[8.11] [Inspector] Fix Typo (#168849) (#168872)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.11`:
- [[Inspector] Fix Typo
(#168849)](#168849)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Devon
Thomson","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-13T15:54:54Z","message":"[Inspector]
Fix Typo (#168849)\n\nFixes a typo in the inspector shard failure
flyout","sha":"58df0aa0d3324ef9c378f9d7026697f8acca29ac","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Inspector","Team:Presentation","loe:small","release_note:skip","impact:low","v8.11.0","v8.12.0"],"number":168849,"url":"https://github.com/elastic/kibana/pull/168849","mergeCommit":{"message":"[Inspector]
Fix Typo (#168849)\n\nFixes a typo in the inspector shard failure
flyout","sha":"58df0aa0d3324ef9c378f9d7026697f8acca29ac"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168849","number":168849,"mergeCommit":{"message":"[Inspector]
Fix Typo (#168849)\n\nFixes a typo in the inspector shard failure
flyout","sha":"58df0aa0d3324ef9c378f9d7026697f8acca29ac"}}]}]
BACKPORT-->

Co-authored-by: Devon Thomson <[email protected]>
  • Loading branch information
kibanamachine and ThomThomson authored Oct 13, 2023
1 parent ef0c8ab commit 4629037
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 4629037

Please sign in to comment.