mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Graph] Rename block list into hidden list (#177457)
## Summary
Fix #162297
<img width="443" alt="Screenshot 2024-02-21 at 15 33 39"
src="164f5d8b
-a5ae-4262-92b4-f4066fb66b4b">
This commit is contained in:
parent
c646e673ee
commit
03e8e9c5f0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue