Update src/components/views/dialogs/ExportDialog.tsx

Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
Jaiwanth 2021-06-29 10:17:38 +05:30 committed by GitHub
parent e459f3841d
commit 7a09bcb5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -294,7 +294,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
setAttachments((e.target as HTMLInputElement).checked) setAttachments((e.target as HTMLInputElement).checked)
} }
> >
{_t("Include Attachments")} { _t("Include Attachments") }
</StyledCheckbox> </StyledCheckbox>
<DialogButtons <DialogButtons