Change file action text for files inside shared folders as well

remotes/origin/stable5
Michael Gapczynski 12 years ago
parent ede7fccb00
commit ed2ee8c411
  1. 1
      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;

Loading…
Cancel
Save