mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
parent
b82a93beac
commit
353b9c6efc
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ const EmailNotificationsInputs: React.FC<UserDetailProps> = ({user, setUserData}
|
|||
{hasRecommendations && <Toggle
|
||||
checked={user.recommendation_notifications}
|
||||
direction='rtl'
|
||||
hint='Every time another site recommends your work'
|
||||
hint='Every time another publisher recommends you to their audience'
|
||||
label='Recommendations'
|
||||
onChange={(e) => {
|
||||
setUserData?.({...user, recommendation_notifications: e.target.checked});
|
||||
|
|
Loading…
Add table
Reference in a new issue