0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Changed filter copy

fixes GRO-46
This commit is contained in:
Djordje Vlaisavljevic 2023-11-16 16:43:24 +00:00
parent 7c1a13b88d
commit 6a443e431a

View file

@ -76,7 +76,7 @@ export const SUBSCRIBED_FILTER = ({newsletters, feature, group}) => {
};
},
options: [
{label: newsletters.length > 1 ? 'Subscribed to one or more' : 'Subscribed', name: 'subscribed'},
{label: newsletters.length > 1 ? 'Subscribed to at least one' : 'Subscribed', name: 'subscribed'},
{label: newsletters.length > 1 ? 'Unsubscribed from all' : 'Unsubscribed', name: 'unsubscribed'},
{label: 'Email disabled', name: 'email-disabled'}
],