Update src/components/views/dialogs/ExportDialog.tsx
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>pull/21833/head
parent
a92ddb3f27
commit
e459f3841d
|
@ -274,7 +274,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
|||
{ MessageCount }
|
||||
|
||||
<span className="mx_ExportDialog_subheading">
|
||||
{_t("Size Limit")}
|
||||
{ _t("Size Limit") }
|
||||
</span>
|
||||
|
||||
<Field
|
||||
|
|
Loading…
Reference in New Issue