mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #20407 from nextcloud/backport/19435/stable18
[stable18] Add text restore after restore icon
This commit is contained in:
commit
d68e2efb9d
3 changed files with 3 additions and 3 deletions
|
|
@ -265,7 +265,7 @@ OCA.Sharing.App = {
|
|||
const fileActions = new OCA.Files.FileActions()
|
||||
fileActions.registerAction({
|
||||
name: 'Restore',
|
||||
displayName: '',
|
||||
displayName: t('files_sharing', 'Restore'),
|
||||
altText: t('files_sharing', 'Restore share'),
|
||||
mime: 'all',
|
||||
permissions: OC.PERMISSION_ALL,
|
||||
|
|
|
|||
2
apps/files_sharing/js/dist/files_sharing.js
vendored
2
apps/files_sharing/js/dist/files_sharing.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue