diff --git a/src/UI/class-settings-page.php b/src/UI/class-settings-page.php index 0db8875d5b..5c69f23e17 100644 --- a/src/UI/class-settings-page.php +++ b/src/UI/class-settings-page.php @@ -438,7 +438,7 @@ private function initialize_content_helper_section(): void { add_settings_section( $section_key, - __( 'Content Helper', 'wp-parsely' ), + __( 'Content Intelligence', 'wp-parsely' ), '__return_null', Parsely::MENU_SLUG ); diff --git a/tests/e2e/specs/activation-flow.spec.ts b/tests/e2e/specs/activation-flow.spec.ts index d371f7cc34..21ebf3d635 100644 --- a/tests/e2e/specs/activation-flow.spec.ts +++ b/tests/e2e/specs/activation-flow.spec.ts @@ -57,7 +57,7 @@ test.describe( 'Activation flow', (): void => { // Initialize locators. const basicTab = page.getByRole( 'link', { name: 'Basic' } ); const basicSection = page.locator( '.basic-section' ); - const contentHelperTab = page.getByRole( 'link', { name: 'Content Helper' } ); + const contentHelperTab = page.getByRole( 'link', { name: 'Content Intelligence' } ); const contentHelperSection = page.locator( '.content-helper-section' ); const recrawlTab = page.getByRole( 'link', { name: 'Recrawl' } ); const recrawlSection = page.locator( '.recrawl-section' );