Updated copy for default recipients hint (#20496)
Fixes https://linear.app/tryghost/issue/DES-179/inappropriate-copy-in-default-recipient-settings The hint for _default recipients_ referenced the wrong setting. It now reflects the right one.
This commit is contained in:
parent
a146709c16
commit
09f2ccfca4
@ -125,7 +125,7 @@ const DefaultRecipients: React.FC<{ keywords: string[] }> = ({keywords}) => {
|
||||
const form = (
|
||||
<SettingGroupContent columns={1}>
|
||||
<Select
|
||||
hint='Who should be able to subscribe to your site?'
|
||||
hint='Who should receive your posts by default?'
|
||||
options={RECIPIENT_FILTER_OPTIONS}
|
||||
selectedOption={RECIPIENT_FILTER_OPTIONS.find(option => option.value === selectedOption)}
|
||||
testId='default-recipients-select'
|
||||
|
Loading…
Reference in New Issue
Block a user