We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f341d63 + b474e85 commit 8cdbbbeCopy full SHA for 8cdbbbe
1 file changed
apps/federatedfilesharing/js/external.js
@@ -65,8 +65,8 @@
65
var $buttons = $dialog.find('button');
66
// hack the buttons
67
$dialog.find('.ui-icon').remove();
68
- $buttons.eq(0).text(t('core', 'Cancel'));
69
- $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'));
70
};
71
72
OCA.Sharing.ExternalShareDialogPlugin = {
0 commit comments