Updated recommendation notifications copy (#18308)

no issue
This commit is contained in:
Simon Backx 2023-09-22 17:51:54 +02:00 committed by GitHub
parent b82a93beac
commit 353b9c6efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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});