From: Michael Gapczynski Date: Tue, 29 Jan 2013 04:16:29 +0000 (-0500) Subject: Change file action text for files inside shared folders as well X-Git-Tag: v5.0.0alpha1~181^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed2ee8c411cdae7679944a8b6aac05425a51faed;p=nextcloud-server.git Change file action text for files inside shared folders as well --- diff --git a/core/js/share.js b/core/js/share.js index 1e3a34b7452..b9b7201dd8b 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -40,6 +40,7 @@ OC.Share={ if (img.attr('src') != OC.imagePath('core', 'actions/public')) { img.attr('src', image); action.addClass('permanent'); + action.html(action.html().replace(t('core', 'Share'), t('core', 'Shared'))); } } last = path;