Browse Source

Fix button text

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/37697/head
Christopher Ng 3 years ago
parent
commit
3b94da9c1d
  1. 4
      apps/federatedfilesharing/js/external.js

4
apps/federatedfilesharing/js/external.js

@ -65,8 +65,8 @@
var $buttons = $dialog.find('button');
// hack the buttons
$dialog.find('.ui-icon').remove();
$buttons.eq(0).text(t('core', 'Cancel'));
$buttons.eq(1).text(t('files_sharing', 'Add remote share'));
$buttons.eq(1).text(t('core', 'Cancel'));
$buttons.eq(2).text(t('files_sharing', 'Add remote share'));
};
OCA.Sharing.ExternalShareDialogPlugin = {

Loading…
Cancel
Save