From 18a3aef5815268e9524287f68c756bf83dab9f16 Mon Sep 17 00:00:00 2001 From: ajayadav09 Date: Mon, 9 Sep 2024 15:58:06 +0530 Subject: [PATCH] PRESS0-2122 | Updated Help Text in Side Nav Menu to open Helpcenter --- inc/alt-experience/index.html | 2 +- src/app/data/routes.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/alt-experience/index.html b/inc/alt-experience/index.html index 0c7cdfc5f..0ec0965af 100644 --- a/inc/alt-experience/index.html +++ b/inc/alt-experience/index.html @@ -115,7 +115,7 @@

Bluehost WordPress Plugin

- Help + Help with WordPress diff --git a/src/app/data/routes.js b/src/app/data/routes.js index 2c96452dc..ba7d5f86c 100644 --- a/src/app/data/routes.js +++ b/src/app/data/routes.js @@ -158,7 +158,7 @@ export const routes = [ }, { name: '/help', - title: __( 'Help', 'wp-plugin-bluehost' ), + title: __( 'Help with WordPress', 'wp-plugin-bluehost' ), Component: Help, Icon: HelpIcon, condition: true,