From: Christopher Ng Date: Mon, 18 Jul 2022 18:28:28 +0000 (+0000) Subject: Use explicit name for new file/folder menu X-Git-Tag: v25.0.0beta1~63^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F33271%2Fhead;p=nextcloud-server.git Use explicit name for new file/folder menu Signed-off-by: Christopher Ng --- diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 42afe792142..f87c670519d 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -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);