]> source.dussan.org Git - nextcloud-server.git/commitdiff
add text to Delete action
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 10:50:58 +0000 (11:50 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 10:50:58 +0000 (11:50 +0100)
apps/files/js/fileactions.js

index da48cf29be0f585a333a0945514ad8e11291f9bf..82dabdfeaea5158ec7bc7ea23192f57748bc75d7 100644 (file)
                        }
                        var $actionLink = $('<a href="#" original-title="' +
                                escapeHTML(deleteTitle) +
-                               '" class="action delete icon-delete" />'
+                               '" class="action delete icon-delete">' +
+                               '<span class="hidden">Delete</span></a>'
                        );
                        var $container = context.$file.find('td:last');
                        $container.find('.delete').remove();