summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-08-15 16:00:19 +0200
committerSimon L <szaimen@e.mail.de>2023-08-16 17:45:06 +0200
commitcfd0f2c1982f28ae4309dd493b094ca5e8ff937a (patch)
tree9c6b5465a578bad188f1b6a54fb52104985df804 /apps/files/js/filelist.js
parent8065a2f6359b25f3028775d8c6e5adcf4e520313 (diff)
downloadnextcloud-server-cfd0f2c1982f28ae4309dd493b094ca5e8ff937a.tar.gz
nextcloud-server-cfd0f2c1982f28ae4309dd493b094ca5e8ff937a.zip
adjust add button
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index a3c868789fc..cfc21e909c0 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -3846,7 +3846,8 @@
return;
}
var $newButton = $(OCA.Files.Templates['template_addbutton']({
- addText: t('files', 'New file/folder menu'),
+ addText: t('files', 'New'),
+ addLongText: t('files', 'New file/folder menu'),
iconClass: 'icon-add',
}));