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:
parent
7c1a13b88d
commit
6a443e431a
1 changed files with 1 additions and 1 deletions
|
@ -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'}
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue