Update index.js

This commit is contained in:
Nikita 2024-12-28 15:49:28 +03:00
parent e4df5e290e
commit 6e3b41de08

View file

@ -44,7 +44,7 @@ export default function Input(props) {
}, },
hasNonEmptySelectedBlocks() hasNonEmptySelectedBlocks()
? { ? {
name: __('Selected Blocks', 'mind'), name: __('Blocks', 'mind'),
tooltip: __('Provide selected blocks context', 'mind'), tooltip: __('Provide selected blocks context', 'mind'),
value: 'selected-blocks', value: 'selected-blocks',
} }