From: Volkan Gezer Date: Sun, 21 Sep 2014 15:32:37 +0000 (+0200) Subject: fix button text l10n X-Git-Tag: v7.0.3alpha1~64^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6946962609548141eb4b7091b56be123c4775bae;p=nextcloud-server.git fix button text l10n --- diff --git a/apps/files_sharing/js/external.js b/apps/files_sharing/js/external.js index e743d2e2d32..6ede2584cd9 100644 --- a/apps/files_sharing/js/external.js +++ b/apps/files_sharing/js/external.js @@ -74,7 +74,7 @@ // hack the buttons $dialog.find('.ui-icon').remove(); $buttons.eq(0).text(t('core', 'Cancel')); - $buttons.eq(1).text(t('core', 'Add remote share')); + $buttons.eq(1).text(t('files_sharing', 'Add remote share')); }; })();