File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ env_config_keys = Environment Configuration
320
320
env_config_keys_prompt = The following environment variables will also be applied to your configuration file:
321
321
322
322
[home]
323
+ nav_menu = Navigation Menu
323
324
uname_holder = Username or Email Address
324
325
password_holder = Password
325
326
switch_dashboard_context = Switch Dashboard Context
@@ -654,7 +655,7 @@ block.note.title = Optional note:
654
655
block.note.info = The note is not visible to the blocked user.
655
656
block.note.edit = Edit note
656
657
block.list = Blocked users
657
- block.list.none = You have not blocked any users.
658
+ block.list.none = You have not blocked any users.
658
659
659
660
[settings]
660
661
profile = Profile
Original file line number Diff line number Diff line change 20
20
</div>
21
21
</a>
22
22
{{end}}
23
- <button class="item tw-w-auto ui icon mini button gt-p-3 gt-m-0" id="navbar-expand-toggle">{{svg "octicon-three-bars"}}</button>
23
+ <button class="item tw-w-auto ui icon mini button gt-p-3 gt-m-0" id="navbar-expand-toggle" aria-label="{{ctx.Locale.Tr "home.nav_menu"}}" >{{svg "octicon-three-bars"}}</button>
24
24
</div>
25
25
26
26
<!-- navbar links non-mobile -->
You can’t perform that action at this time.
0 commit comments