зеркало из https://github.com/nextcloud/server.git
Change file action text for files inside shared folders as well
This commit is contained in:
Родитель
ede7fccb00
Коммит
ed2ee8c411
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче