mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Use explicit name for new file/folder menu
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
d5437e2a30
commit
7d95678490
1 changed files with 2 additions and 2 deletions
|
|
@ -3840,8 +3840,8 @@
|
|||
return;
|
||||
}
|
||||
var $newButton = $(OCA.Files.Templates['template_addbutton']({
|
||||
addText: t('files', 'New'),
|
||||
iconClass: 'icon-add'
|
||||
addText: t('files', 'New file/folder menu'),
|
||||
iconClass: 'icon-add',
|
||||
}));
|
||||
|
||||
$actionsContainer.prepend($newButton);
|
||||
|
|
|
|||
Loading…
Reference in a new issue