0
Fork 0
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:
Djordje Vlaisavljevic 2023-11-16 11:40:30 +00:00
parent 63b2b439a7
commit a2cd4445f3

View file

@ -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,