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
parent
commit
e1bc815813
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/files_external/js/settings.js

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

Loading…
Cancel
Save