0
Fork 0
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:
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}) => {
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,