Skip to content

Commit de05d32

Browse files
authored
Updated copy in Explore settings (#24592)
no ref. - The copy of Explore settings was outdated for the 6.0 launch
1 parent e91555c commit de05d32

File tree

1 file changed

+3
-3
lines changed
  • apps/admin-x-settings/src/components/settings/growth

1 file changed

+3
-3
lines changed

apps/admin-x-settings/src/components/settings/growth/Explore.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const Explore: React.FC<{ keywords: string[] }> = ({keywords}) => {
6565
onChange={event => toggleSetting('explore_ping', event)}
6666
/>
6767
}
68-
description='Join the Ghost Explore directory and help new readers find your site.'
68+
description={`Promote your site across Ghost's website and publishing network`}
6969
keywords={keywords}
7070
navid='explore'
7171
testId='explore'
@@ -79,8 +79,8 @@ const Explore: React.FC<{ keywords: string[] }> = ({keywords}) => {
7979
containerClasses='!items-center'
8080
direction='rtl'
8181
gap='gap-0'
82-
hint={'Make your member count and revenue public to improve your ranking on Explore'}
83-
label='Share growth data'
82+
hint={'Enabling this will use your revenue/member growth data to rank your site more highly on Ghost Explore. Total member count will be displayed publicly, other data will be kept private.'}
83+
label='Share growth data to rank higher?'
8484
labelClasses='w-full'
8585
testId='explore-growth-toggle'
8686
onChange={event => toggleSetting('explore_ping_growth', event)}

0 commit comments

Comments
 (0)