Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix button text
Signed-off-by: Christopher Ng <[email protected]>
(cherry picked from commit 3b94da9)
  • Loading branch information
Pytal committed May 16, 2023
commit 3128f246e39854a185b91eca12d1daf13a1d7401
4 changes: 2 additions & 2 deletions apps/federatedfilesharing/js/external.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down