mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix button text l10n
This commit is contained in:
parent
5aaf8dcc01
commit
d16b8c03e9
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
// hack the buttons
|
||||
$dialog.find('.ui-icon').remove();
|
||||
$buttons.eq(0).text(t('core', 'Cancel'));
|
||||
$buttons.eq(1).text(t('core', 'Add remote share'));
|
||||
$buttons.eq(1).text(t('files_sharing', 'Add remote share'));
|
||||
};
|
||||
})();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue