mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue