Skip to content

Commit

Permalink
Merge pull request #1246 from bluehost/fix/trash-empty-label-typo
Browse files Browse the repository at this point in the history
Fix typo in empty trash SelectField label
  • Loading branch information
wpalani authored Aug 12, 2024
2 parents a31f7ca + 32177a3 commit e995bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/settings/contentSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const EmptyTrash = ( { setError, notify } ) => {
<SelectField
id="empty-trash-select"
label={ __(
'Number of weeks inbetween emptying trash ',
'Number of weeks in between emptying trash ',
'wp-plugin-bluehost'
) }
description={
Expand Down

0 comments on commit e995bc3

Please sign in to comment.