diff --git a/src/app/pages/settings/wonderBlocksSettings.js b/src/app/pages/settings/wonderBlocksSettings.js index f1b489be0..6909b21e6 100644 --- a/src/app/pages/settings/wonderBlocksSettings.js +++ b/src/app/pages/settings/wonderBlocksSettings.js @@ -18,17 +18,17 @@ const WonderBlocksSettings = () => { const getWonderBlocksNoticeTitle = () => { return wonderBlocks - ? __( 'Wonder Blocks Enabled', 'wp-plugin-bluehost' ) - : __( 'Wonder Blocks Disabled', 'wp-plugin-bluehost' ); + ? __( 'WonderBlocks Enabled', 'wp-plugin-bluehost' ) + : __( 'WonderBlocks Disabled', 'wp-plugin-bluehost' ); }; const getWonderBlocksNoticeText = () => { return wonderBlocks ? __( - 'Create new content to see Wonder Blocks in action.', + 'Create new content to see WonderBlocks in action.', 'wp-plugin-bluehost' ) : __( - 'Wonder Blocks will no longer display.', + 'WonderBlocks will no longer display.', 'wp-plugin-bluehost' ); }; @@ -77,10 +77,10 @@ const WonderBlocksSettings = () => { return (