From: Volkan Gezer Date: Sun, 11 Jan 2015 14:54:03 +0000 (+0100) Subject: make Share button localized again X-Git-Tag: v8.0.0beta1~64^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=691fab8be31de29c6427bf7ec8bb6e7690837c62;p=nextcloud-server.git make Share button localized again it seems we have forgotten to use named FileAction --- diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 875857745b8..9412e510a54 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 bbd107e070e..3a16c1f2edd 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')); }, /**