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' ),