Skip to content

Commit 5f2372b

Browse files
committed
Updating layout with localization
1 parent 12feefb commit 5f2372b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ShowOrchard.Theme/Views/Layout.liquid

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
</head>
2626
<body dir="{{ Culture.Dir }}">
2727
<header class="header">
28-
<nav class="header__navigation navigation" aria-label="main">
28+
<nav class="header__navigation navigation" aria-label="@T["Main navigation"]">
2929
<div class="navigation__container container d-flex justify-content-between">
3030
<a class="navigation__logo" href="{{ "~/" | href }}">Show Orchard</a>
31-
<button class="navigation__toggler navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainMenuContainer" aria-label="Toggle navigation">
31+
<button class="navigation__toggler navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainMenuContainer" aria-label="@T["Toggle navigation"]">
3232
<span class="navigation__togglerIcon"></span>
3333
</button>
3434
</div>

0 commit comments

Comments
 (0)