Skip to content

Commit 37b1f94

Browse files
committed
Revert T "version_menu"
1 parent f9e2439 commit 37b1f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/navbar-version-selector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
2-
{{ .Site.Params.version_menu }}
2+
{{ T "version_menu" }}
33
</a>
44
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
55
{{ range .Site.Params.versions }}

0 commit comments

Comments
 (0)