l10n: Triple dot to ellipsis

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2020-02-05 06:31:42 +01:00 committed by GitHub
parent 69eb2bc56b
commit e1bc815813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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',