summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 11:40:21 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 11:40:21 +0100
commite5875fda385140698a76bddbad33b0a50350448c (patch)
treed58e5daee01d45bb0b9e90f5030f8c9cd3e82fb3 /apps/files/js
parentbac2683c55a87f174bc5001630ac6913e659d1f4 (diff)
downloadnextcloud-server-e5875fda385140698a76bddbad33b0a50350448c.tar.gz
nextcloud-server-e5875fda385140698a76bddbad33b0a50350448c.zip
properly name form labels for the file selection
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index b4702ce4f2b..90d30507f48 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -710,6 +710,7 @@
'<input id="select-' + this.id + '-' + fileData.id +
'" type="checkbox" class="selectCheckBox"/><label for="select-' + this.id + '-' + fileData.id + '">' +
'<div class="thumbnail" style="background-image:url(' + icon + '); background-size: 32px;"></div>' +
+ '<span class="hidden">' + t('files', 'Select') + '</span>' +
'</label>'
);
} else {