Skip to content

Commit

Permalink
Just an empty PR to test #92902 (#92972)
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero authored Jul 25, 2024
1 parent c3ff395 commit 424f8ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const DomainsStep: Step = function DomainsStep( { navigation, flow } ) {
return '';
}

if ( flow === NEWSLETTER_FLOW || flow === DESIGN_FIRST_FLOW ) {
if ( flow === DESIGN_FIRST_FLOW || flow === NEWSLETTER_FLOW ) {
return __( 'Your domain. Your identity.' );
}

Expand Down

0 comments on commit 424f8ef

Please sign in to comment.