diff --git a/src/components/views/dialogs/ExportDialog.tsx b/src/components/views/dialogs/ExportDialog.tsx index e66012869f..622630f5da 100644 --- a/src/components/views/dialogs/ExportDialog.tsx +++ b/src/components/views/dialogs/ExportDialog.tsx @@ -294,7 +294,7 @@ const ExportDialog: React.FC = ({ room, onFinished }) => { setAttachments((e.target as HTMLInputElement).checked) } > - {_t("Include Attachments")} + { _t("Include Attachments") }