mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Update src/components/views/dialogs/ExportDialog.tsx
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
e459f3841d
commit
7a09bcb5a2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user