Skip to content

Commit

Permalink
update Input label for improved clarity in search functionality for s…
Browse files Browse the repository at this point in the history
…earch input
  • Loading branch information
dhananjaykuber committed Jan 23, 2025
1 parent 0d35e9f commit 9bb7f57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ const LinkControlSearchInput = forwardRef(
}
};

const inputLabel = placeholder ?? __( 'Search or type URL' );
const inputLabel =
placeholder ?? __( 'Search for a Page/Post or type URL' );

return (
<div className="block-editor-link-control__search-input-container">
Expand Down

0 comments on commit 9bb7f57

Please sign in to comment.