diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 875857745b..9412e510a5 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -469,7 +469,7 @@ if (url) { OC.redirect(url); } - }); + }, t('files', 'Download')); } }; diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index bbd107e070..3a16c1f2ed 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -135,7 +135,7 @@ $tr.removeAttr('data-share-recipients'); } }); - }); + }, t('files_sharing', 'Share')); }, /**