Add text restore after restore icon

Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
GretaD 2020-02-12 15:08:14 +01:00 committed by npmbuildbot[bot]
parent 6bf0c1f4c3
commit 0f07e6661b
3 changed files with 3 additions and 3 deletions

View File

@ -264,7 +264,7 @@ OCA.Sharing.App = {
const fileActions = new OCA.Files.FileActions() const fileActions = new OCA.Files.FileActions()
fileActions.registerAction({ fileActions.registerAction({
name: 'Restore', name: 'Restore',
displayName: '', displayName: t('files_sharing', 'Restore'),
altText: t('files_sharing', 'Restore share'), altText: t('files_sharing', 'Restore share'),
mime: 'all', mime: 'all',
permissions: OC.PERMISSION_ALL, permissions: OC.PERMISSION_ALL,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long