Skip to content

Commit

Permalink
update settings label
Browse files Browse the repository at this point in the history
  • Loading branch information
Alameen688 committed Jan 15, 2025
1 parent 68b1307 commit 97cbe05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/my-sites/earn/ads/form-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,13 @@ const AdsFormSettings = () => {
checked={ !! settings.display_options?.bottom_sticky_enabled }
disabled={ isDisabled }
onChange={ () => handleDisplayToggle( 'bottom_sticky_enabled' ) }
label={ translate( 'Stick to bottom of the page' ) }
label={ translate( 'Stick to the bottom of each page' ) }
/>
<ToggleControl
checked={ !! settings.display_options?.sidebar_sticky_right_enabled }
disabled={ isDisabled }
onChange={ () => handleDisplayToggle( 'sidebar_sticky_right_enabled' ) }
label={ translate( 'Stick to right side of the page' ) }
label={ translate( 'Stick to the right side of each page' ) }
/>
{ ! siteIsJetpack && (
<ToggleControl
Expand Down

0 comments on commit 97cbe05

Please sign in to comment.