Skip to content

Commit

Permalink
rename blaze connection flow name to blaze-ads (#91887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alameen688 committed Jun 20, 2024
1 parent 96ea58d commit 4817b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/jetpack-connect/auth-form-header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export class AuthFormHeader extends Component {
return translate(
'Approve your connection. Your account will enable you to start using the features and benefits offered by WooPayments'
);
} else if ( wooDnaConfig.getFlowName() === 'woodna:woo-blaze' ) {
} else if ( wooDnaConfig.getFlowName() === 'woodna:blaze-ads' ) {
const pluginName = wooDnaConfig.getServiceName();
/* translators: pluginName is the name of the Woo extension that initiated the connection flow */
return translate(
Expand Down
2 changes: 1 addition & 1 deletion client/jetpack-connect/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export class JetpackSignup extends Component {
subHeader = translate(
'Enter your email address to get started. Your account will enable you to start using the features and benefits offered by WooPayments'
);
} else if ( wooDna.getFlowName() === 'woodna:woo-blaze' ) {
} else if ( wooDna.getFlowName() === 'woodna:blaze-ads' ) {
/* translators: pluginName is the name of the Woo extension that initiated the connection flow */
subHeader = translate(
'Enter your email address to get started. Your account will enable you to start using the features and benefits offered by %(pluginName)s',
Expand Down

0 comments on commit 4817b34

Please sign in to comment.