Change file action text for files inside shared folders as well

This commit is contained in:
Michael Gapczynski 2013-01-28 23:16:29 -05:00
parent ede7fccb00
commit ed2ee8c411
1 changed files with 1 additions and 0 deletions

View File

@ -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;