From 4f810e437a7cf939b66094dae2770b44a665d52f Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 7 Apr 2023 16:26:46 +0200 Subject: [PATCH] Consistent labels for the WP logo and back links. --- .../src/components/sidebar-navigation-screen/index.js | 3 +-- packages/edit-site/src/components/site-hub/index.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/edit-site/src/components/sidebar-navigation-screen/index.js b/packages/edit-site/src/components/sidebar-navigation-screen/index.js index 534687b0453316..4e41317f3074c2 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen/index.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen/index.js @@ -48,9 +48,8 @@ export default function SidebarNavigationScreen( { ) : ( ) } { const siteIconButtonProps = isBackToDashboardButton ? { href: dashboardLink || 'index.php', - 'aria-label': __( 'Go back to the dashboard' ), + label: __( 'Go back to the Dashboard' ), } : { label: __( 'Open Navigation Sidebar' ),