Skip to content

Commit

Permalink
Simplified ARIA Label Description for Clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Nov 27, 2024
1 parent 5f9afda commit 26964d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base-docs/src/theme/Navbar/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function NavbarLayout({children}) {
aria-label={translate({
id: 'theme.NavBar.navAriaLabel',
message: 'Main',
description: 'The ARIA label for the main navigation',
description: 'ARIA label for the main navigation',
})}
className={clsx(
'navbar',
Expand Down

0 comments on commit 26964d1

Please sign in to comment.