Browse Source
l10n: Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
pull/19300/head
rakekniven
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/files_external/js/settings.js
|
|
|
@ -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', |
|
|
|
|