mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-15 18:08:23 -07:00
Add aria-label to the navbar menu button (#29587)
This commit is contained in:
parent
76789bdbcd
commit
797ad68964
@ -320,6 +320,7 @@ env_config_keys = Environment Configuration
|
|||||||
env_config_keys_prompt = The following environment variables will also be applied to your configuration file:
|
env_config_keys_prompt = The following environment variables will also be applied to your configuration file:
|
||||||
|
|
||||||
[home]
|
[home]
|
||||||
|
nav_menu = Navigation Menu
|
||||||
uname_holder = Username or Email Address
|
uname_holder = Username or Email Address
|
||||||
password_holder = Password
|
password_holder = Password
|
||||||
switch_dashboard_context = Switch Dashboard Context
|
switch_dashboard_context = Switch Dashboard Context
|
||||||
@ -654,7 +655,7 @@ block.note.title = Optional note:
|
|||||||
block.note.info = The note is not visible to the blocked user.
|
block.note.info = The note is not visible to the blocked user.
|
||||||
block.note.edit = Edit note
|
block.note.edit = Edit note
|
||||||
block.list = Blocked users
|
block.list = Blocked users
|
||||||
block.list.none = You have not blocked any users.
|
block.list.none = You have not blocked any users.
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
profile = Profile
|
profile = Profile
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- navbar links non-mobile -->
|
<!-- navbar links non-mobile -->
|
||||||
|
Loading…
Reference in New Issue
Block a user