mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 13:51:54 +03:00
Update src/components/views/dialogs/ExportDialog.tsx
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
7a5aea1441
commit
b626a3d5cb
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
||||||
definitions={exportFormatOptions}
|
definitions={exportFormatOptions}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span className="mx_ExportDialog_subheading">{_t("Messages")}</span>
|
<span className="mx_ExportDialog_subheading">{ _t("Messages") }</span>
|
||||||
|
|
||||||
<Field
|
<Field
|
||||||
element="select"
|
element="select"
|
||||||
|
|
Loading…
Reference in a new issue