Skip to content

Commit

Permalink
[Graph] Rename block list into hidden list (elastic#177457)
Browse files Browse the repository at this point in the history
## Summary

Fix elastic#162297

<img width="443" alt="Screenshot 2024-02-21 at 15 33 39"
src="https://github.com/elastic/kibana/assets/924948/164f5d8b-a5ae-4262-92b4-f4066fb66b4b">
  • Loading branch information
dej611 authored and fkanout committed Mar 4, 2024
1 parent efebc44 commit 7f4e9d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const tabs = [
},
{
id: 'blocklist',
title: i18n.translate('xpack.graph.settings.blocklistTitle', { defaultMessage: 'Block list' }),
title: i18n.translate('xpack.graph.settings.blocklistTitle', { defaultMessage: 'Hidden list' }),
component: BlocklistForm,
},
{
Expand Down

0 comments on commit 7f4e9d5

Please sign in to comment.