l10n: Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
parent
69eb2bc56b
commit
e1bc815813
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue