diff --git a/src/app/components/site-info/index.js b/src/app/components/site-info/index.js index 682f89fa5..99a7639e5 100644 --- a/src/app/components/site-info/index.js +++ b/src/app/components/site-info/index.js @@ -55,7 +55,7 @@ export const SiteInfoBar = () => { className="nfd-bg-[#383F4A] nfd-text-tiny nfd-w-full min-[400px]:nfd-w-auto" > - Bluehost Account + { __( 'Bluehost Account', 'wp-plugin-bluehost' ) } diff --git a/src/app/pages/home/helpCard.js b/src/app/pages/home/helpCard.js index 2b48b8c3f..6666620ec 100644 --- a/src/app/pages/home/helpCard.js +++ b/src/app/pages/home/helpCard.js @@ -12,10 +12,17 @@ const HelpCard = ( {} ) => { src={ SupportIllustration } alt="Help Agent Illustration" /> -

From DIY to full-service help.

- Call or chat 24/7 for support or let our experts build - your site for you. + { __( + 'From DIY to full-service help.', + 'wp-plugin-bluehost' + ) } +

+

+ { __( + 'Call or chat 24/7 for support or let our experts build your site for you.', + 'wp-plugin-bluehost' + ) }