Skip to content

Commit

Permalink
Merge branch 'develop' into release/3.9.2
Browse files Browse the repository at this point in the history
* develop:
  eslint fix
  Updating "Sales & Discounts" naming to "Sales & Promotions"
  • Loading branch information
circlecube committed Mar 18, 2024
2 parents 94175fa + 4d2c766 commit ad26794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/data/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const routes = [
NewfoldRuntime.hasCapability( 'canAccessGlobalCTB' )
? {
name: '/store/sales_discounts',
title: __( 'Sales & Discounts', 'wp-plugin-bluehost' ),
title: __( 'Sales & Promotions', 'wp-plugin-bluehost' ),
}
: null,
NewfoldRuntime.isWoo
Expand Down

0 comments on commit ad26794

Please sign in to comment.