Skip to content

Commit

Permalink
fix(campaigns-wizard): segmentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Aug 1, 2022
1 parent f2c866b commit ddf61ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/wizards/popups/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ export const descriptionForSegment = ( segment, categories = [] ) => {
descriptionMessages.push( __( 'Has not subscribed', 'newspack' ) );
}
if ( is_logged_in ) {
descriptionMessages.push( __( 'Is logged in', 'newspack' ) );
descriptionMessages.push( __( 'Has user account', 'newspack' ) );
}
if ( is_not_logged_in ) {
descriptionMessages.push( __( 'Is not logged in', 'newspack' ) );
descriptionMessages.push( __( 'Does not have user account', 'newspack' ) );
}

// Messages for referrer sources.
Expand Down

0 comments on commit ddf61ad

Please sign in to comment.