mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #37697 from nextcloud/fix/button-text
Fix button text
This commit is contained in:
commit
a1823be3ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue