]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix button text l10n
authorVolkan Gezer <volkangezer@gmail.com>
Sun, 21 Sep 2014 15:32:37 +0000 (17:32 +0200)
committerVolkan Gezer <volkangezer@gmail.com>
Sun, 21 Sep 2014 15:32:37 +0000 (17:32 +0200)
apps/files_sharing/js/external.js

index e743d2e2d327f3285815d2764a5346a46ce07583..6ede2584cd99f72131c1201b1a3549e550d91540 100644 (file)
@@ -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'));
        };
 })();