|
|
@@ -21,12 +21,12 @@ const PageBulkExportSelectModal = (): JSX.Element => {
|
|
|
{t('page_export.bulk_export')}
|
|
|
</ModalHeader>
|
|
|
<ModalBody>
|
|
|
- <div className="mb-2">
|
|
|
+ {t('page_export.choose_export_format')}
|
|
|
+ <div className="my-2">
|
|
|
<small className="text-muted">
|
|
|
{t('page_export.bulk_export_notice')}
|
|
|
</small>
|
|
|
</div>
|
|
|
- {t('page_export.choose_export_format')}:
|
|
|
<div className="d-flex justify-content-center mt-2">
|
|
|
<button className="btn btn-primary" type="button" onClick={startBulkExport}>{t('page_export.markdown')}</button>
|
|
|
<button className="btn btn-primary ml-2" type="button" onClick={startBulkExport}>PDF</button>
|