mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated copy
fixes GRO-35
This commit is contained in:
parent
63b2b439a7
commit
a2cd4445f3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import {MATCH_RELATION_OPTIONS} from './relation-options';
|
|||
export const SUBSCRIBED_FILTER = ({newsletters, feature, group}) => {
|
||||
if (feature.filterEmailDisabled) {
|
||||
return {
|
||||
label: newsletters.length > 1 ? 'Newsletter subscriptions' : 'Newsletter subscription',
|
||||
label: newsletters.length > 1 ? 'All newsletters' : 'Newsletter subscription',
|
||||
name: 'subscribed',
|
||||
columnLabel: 'Subscribed',
|
||||
relationOptions: MATCH_RELATION_OPTIONS,
|
||||
|
|
Loading…
Add table
Reference in a new issue