Skip to content

Commit

Permalink
Fix "Containing words" isn't transable. #470
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed Oct 19, 2024
1 parent c00caae commit 307beae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DefaultFilters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function DefaultFilters( props ) {

<p>
<div className="SimpleHistory__filters__filterLabel">
Containing words
{ __( 'Containing words', 'simple-history' ) }
</div>
<input
type="search"
Expand Down

0 comments on commit 307beae

Please sign in to comment.