aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/app.js
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-02-12 15:08:14 +0100
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-02-12 18:28:03 +0000
commit0f07e6661bd6186ed3657f74b1a6bc4d065a0b59 (patch)
tree95c31af101e29ce36da729de58d25d667e367e20 /apps/files_sharing/js/app.js
parent6bf0c1f4c3ad605c427d60150b4685d25b4527d0 (diff)
downloadnextcloud-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.js2
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,