Skip to content

Commit

Permalink
fix failing test on Products & Services
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 29, 2024
1 parent d8be0a5 commit 7fbdcfa
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 @@ -79,7 +79,7 @@ export const routes = [
subRoutes: [
{
name: '/store/products',
title: __( 'Products', 'wp-plugin-hostgator' ),
title: __( 'Products & Services', 'wp-plugin-hostgator' ),
},
NewfoldRuntime.hasCapability( 'hasYithExtended' )
? {
Expand Down

0 comments on commit 7fbdcfa

Please sign in to comment.