]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use explicit name for new file/folder menu 33271/head
authorChristopher Ng <chrng8@gmail.com>
Mon, 18 Jul 2022 18:28:28 +0000 (18:28 +0000)
committerChristopher Ng <chrng8@gmail.com>
Mon, 18 Jul 2022 18:28:28 +0000 (18:28 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files/js/filelist.js

index 42afe792142fc0dcbed351f1d35d608cec4c885d..f87c670519d2f28e759680028a20863b87e8d3b0 100644 (file)
                                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);