Skip to content

Commit 0c6b88d

Browse files
Build "Merge pull request #3489 from Parsely/update/content-helper-tab Update "Content Helper" to "Content Intelligence" on settings page" (e359731)
1 parent 6829be1 commit 0c6b88d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/UI/class-settings-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ private function initialize_content_helper_section(): void {
438438

439439
add_settings_section(
440440
$section_key,
441-
__( 'Content Helper', 'wp-parsely' ),
441+
__( 'Content Intelligence', 'wp-parsely' ),
442442
'__return_null',
443443
Parsely::MENU_SLUG
444444
);

tests/e2e/specs/activation-flow.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test.describe( 'Activation flow', (): void => {
5757
// Initialize locators.
5858
const basicTab = page.getByRole( 'link', { name: 'Basic' } );
5959
const basicSection = page.locator( '.basic-section' );
60-
const contentHelperTab = page.getByRole( 'link', { name: 'Content Helper' } );
60+
const contentHelperTab = page.getByRole( 'link', { name: 'Content Intelligence' } );
6161
const contentHelperSection = page.locator( '.content-helper-section' );
6262
const recrawlTab = page.getByRole( 'link', { name: 'Recrawl' } );
6363
const recrawlSection = page.locator( '.recrawl-section' );

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'parsely/wp-parsely',
44
'pretty_version' => 'dev-develop',
55
'version' => 'dev-develop',
6-
'reference' => '49d4968fe19b0915421ab1ef18757bc1f70ee278',
6+
'reference' => '6829be1433599804bd7144362a0b457a9e6dcc32',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'parsely/wp-parsely' => array(
3232
'pretty_version' => 'dev-develop',
3333
'version' => 'dev-develop',
34-
'reference' => '49d4968fe19b0915421ab1ef18757bc1f70ee278',
34+
'reference' => '6829be1433599804bd7144362a0b457a9e6dcc32',
3535
'type' => 'wordpress-plugin',
3636
'install_path' => __DIR__ . '/../../',
3737
'aliases' => array(),

0 commit comments

Comments
 (0)