[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:
Marco Liberati 2024-02-22 12:13:04 +01:00 committed by GitHub
parent c646e673ee
commit 03e8e9c5f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
{