summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-01-28 23:16:29 -0500
committerMichael Gapczynski <mtgap@owncloud.com>2013-01-28 23:16:29 -0500
commited2ee8c411cdae7679944a8b6aac05425a51faed (patch)
tree451f47a0f586719db9a69cda177a7b326c25ece4 /core/js/share.js
parentede7fccb004ed5e8fba95fb0ca90b8ba773aa56f (diff)
downloadnextcloud-server-ed2ee8c411cdae7679944a8b6aac05425a51faed.tar.gz
nextcloud-server-ed2ee8c411cdae7679944a8b6aac05425a51faed.zip
Change file action text for files inside shared folders as well
Diffstat (limited to 'core/js/share.js')
-rw-r--r--core/js/share.js1
1 files changed, 1 insertions, 0 deletions
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;