We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20526f commit 6b975c4Copy full SHA for 6b975c4
packages/block-library/src/search/index.js
@@ -52,7 +52,7 @@ export const settings = {
52
return sprintf(
53
/* translators: %s: The block label */
54
__( '%s (Instant search enabled)' ),
55
- customName || label
+ customName || label || 'Search'
56
);
57
},
58
example: {
0 commit comments