0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

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