From 4344b3d3cfd9f155899d2a7670f5936251fbc70f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 Dec 2014 11:55:35 +0100 Subject: [PATCH] fix Delete action text being translatable --- apps/files/js/fileactions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 82dabdfeaea..e981ac625bc 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -290,7 +290,8 @@ var $actionLink = $('' + - '' + '' + + '' ); var $container = context.$file.find('td:last'); $container.find('.delete').remove(); -- 2.39.5