mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -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}) => {
|
export const SUBSCRIBED_FILTER = ({newsletters, feature, group}) => {
|
||||||
if (feature.filterEmailDisabled) {
|
if (feature.filterEmailDisabled) {
|
||||||
return {
|
return {
|
||||||
label: newsletters.length > 1 ? 'Newsletter subscriptions' : 'Newsletter subscription',
|
label: newsletters.length > 1 ? 'All newsletters' : 'Newsletter subscription',
|
||||||
name: 'subscribed',
|
name: 'subscribed',
|
||||||
columnLabel: 'Subscribed',
|
columnLabel: 'Subscribed',
|
||||||
relationOptions: MATCH_RELATION_OPTIONS,
|
relationOptions: MATCH_RELATION_OPTIONS,
|
||||||
|
|
Loading…
Add table
Reference in a new issue