Skip to content

Commit

Permalink
random test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevryghem committed Dec 23, 2024
1 parent 404ccd9 commit 764169d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/admin-sidebar/admin-sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*ngIf="menuVisible | async"
(mouseenter)="handleMouseEnter($event)"
(mouseleave)="handleMouseLeave($event)"
role="navigation" [attr.aria-label]="'menu.header.admin.description' |translate">
role="navigation" [attr.aria-label]="'menu.header.admin.deescription' |translate">
<div class="sidebar-top-level-items">
<ul class="navbar-nav">
<li class="admin-menu-header">
Expand Down

0 comments on commit 764169d

Please sign in to comment.