diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-07-01 00:33:30 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-07-01 00:44:05 +0000 |
commit | 7219847ad118375faeeddfff1da869fce4992e0e (patch) | |
tree | 58fa3dfd9db266f2f6cc2600e3aa3bcf32e96a62 /core/templates | |
parent | 6ca1d01a5df706ffffcc448d228a8d5061b081b1 (diff) | |
download | nextcloud-server-7219847ad118375faeeddfff1da869fce4992e0e.tar.gz nextcloud-server-7219847ad118375faeeddfff1da869fce4992e0e.zip |
Add accessible names for file picker grid view toggle and new folder button
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/filepicker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index 87cea74d9a2..c021387e805 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -1,6 +1,6 @@ <div id="{dialog_name}" title="{title}"> <span class="dirtree breadcrumb"> - <span class="actions creatable"><a href="#" class="icon icon-add button button-add"></a> + <span class="actions creatable"><a href="#" class="icon icon-add button button-add" aria-label="{newtext}"></a> <nav class="menu popovermenu bubble menu-left newFolderMenu"> <ul><li> <form class="filenameform"> |