Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Don’t use “entitlements” in customer-facing messages
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Oct 14, 2024
1 parent c108417 commit de87dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/pages/solutions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ const Solutions = () => {
text: {
title: __( 'Solution', 'bluehost-wordpress-plugin' ),
subTitle: __(
'Explore the entitlements available with your solution.',
'Explore the plugins and tools available with your solution.',
'bluehost-wordpress-plugin'
),
error: __(
'Oops, there was an error loading the entitlements, please try again later.',
'Oops, there was an error loading your plugins and tools, please try again later.',
'bluehost-wordpress-plugin'
),
noEntitlements: __(
'Sorry, no current entitlements. Please, try again later.',
'Sorry, no current plugins and tools. Please, try again later.',
'bluehost-wordpress-plugin'
),
},
Expand Down

0 comments on commit de87dc9

Please sign in to comment.