Skip to content

Commit

Permalink
Fix typo in empty trash SelectField label
Browse files Browse the repository at this point in the history
  • Loading branch information
0aveRyan committed Aug 12, 2024
1 parent 4cbf227 commit 32177a3
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 32177a3

Please sign in to comment.