diff --git a/packages/e2e-tests/specs/site-editor/style-variations.test.js b/packages/e2e-tests/specs/site-editor/style-variations.test.js index a695c1ec5eb7a..c32939d283fde 100644 --- a/packages/e2e-tests/specs/site-editor/style-variations.test.js +++ b/packages/e2e-tests/specs/site-editor/style-variations.test.js @@ -11,7 +11,7 @@ import { } from '@wordpress/e2e-test-utils'; async function openOtherStyles() { - const OTHER_STYLES_SELECTOR = '//div[contains(text(),"Other styles")]'; + const OTHER_STYLES_SELECTOR = '//div[contains(text(),"Browse styles")]'; await ( await page.waitForXPath( OTHER_STYLES_SELECTOR ) ).click(); } diff --git a/packages/edit-site/src/components/global-styles/screen-root.js b/packages/edit-site/src/components/global-styles/screen-root.js index 815c84f0d5cbd..68250024d2830 100644 --- a/packages/edit-site/src/components/global-styles/screen-root.js +++ b/packages/edit-site/src/components/global-styles/screen-root.js @@ -42,7 +42,7 @@ function ScreenRoot() { { !! variations?.length && ( - { __( 'Other styles' ) } + { __( 'Browse styles' ) }