Skip to content

Commit

Permalink
[inspector] rename clusters tab to 'Clustesrs and shards' (elastic#16…
Browse files Browse the repository at this point in the history
…7814)

Updated figma designs have change label to 'Clustesrs and shards'
<img width="744" alt="Screenshot 2023-10-02 at 11 24 42 AM"
src="https://github.com/elastic/kibana/assets/373691/456cf747-7793-406b-b304-9ba896d4f2ac">
  • Loading branch information
nreese authored Oct 3, 2023
1 parent 6711589 commit 7550f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const DETAILS: DetailViewData[] = [
{
name: 'Clusters',
label: i18n.translate('inspector.requests.clustersTabLabel', {
defaultMessage: 'Clusters',
defaultMessage: 'Clusters and shards',
}),
component: ClustersView,
},
Expand Down

0 comments on commit 7550f9e

Please sign in to comment.