mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +03:00
parent
b82a93beac
commit
353b9c6efc
@ -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…
Reference in New Issue
Block a user