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