]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Triple dot to ellipsis
authorrakekniven <mark.ziegler@rakekniven.de>
Wed, 5 Feb 2020 05:31:42 +0000 (06:31 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2020 05:31:42 +0000 (06:31 +0100)
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
apps/files_external/js/settings.js

index adf3f766202e1c6c094524e0dbe7c8b35992461d..c7e065063407e66bed175dca4182ef0961a55aac 100644 (file)
@@ -1345,7 +1345,7 @@ $(document).ready(function() {
                var user = $form.find('[name=username]').val();
                var password = $form.find('[name=password]').val();
                var $submit = $form.find('[type=submit]');
-               $submit.val(t('files_external', 'Saving...'));
+               $submit.val(t('files_external', 'Saving …'));
                $.ajax({
                        type: 'POST',
                        contentType: 'application/json',