diff options
author | GretaD <gretadoci@gmail.com> | 2020-02-12 15:08:14 +0100 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-02-12 18:28:03 +0000 |
commit | 0f07e6661bd6186ed3657f74b1a6bc4d065a0b59 (patch) | |
tree | 95c31af101e29ce36da729de58d25d667e367e20 /apps/files_sharing/js/app.js | |
parent | 6bf0c1f4c3ad605c427d60150b4685d25b4527d0 (diff) | |
download | nextcloud-server-0f07e6661bd6186ed3657f74b1a6bc4d065a0b59.tar.gz nextcloud-server-0f07e6661bd6186ed3657f74b1a6bc4d065a0b59.zip |
Add text restore after restore icon
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/js/app.js')
-rw-r--r-- | apps/files_sharing/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/app.js b/apps/files_sharing/js/app.js index 1a686ee228d..781bbfb65e3 100644 --- a/apps/files_sharing/js/app.js +++ b/apps/files_sharing/js/app.js @@ -264,7 +264,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, |