Skip to content

Commit

Permalink
Change to already translated string.
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Dec 25, 2024
1 parent 2ebef8f commit e1d2acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const CategoriesSection: React.FC< Props > = ( {
suggestions={ newsletterCategories.map( ( cat ) => cat.name ) }
onChange={ handleCategoryChange }
label=""
placeholder={ __( 'Add categories' ) }
placeholder={ __( 'Search…' ) }
/>
) }
</div>
Expand Down

0 comments on commit e1d2acd

Please sign in to comment.