Update src/components/views/dialogs/ExportDialog.tsx
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
7bbfaed500
commit
a92ddb3f27
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
||||||
onFinished={onFinished}
|
onFinished={onFinished}
|
||||||
fixedWidth={true}
|
fixedWidth={true}
|
||||||
>
|
>
|
||||||
<p> {_t("Your messages were successfully exported")} </p>
|
<p>{ _t("Your messages were successfully exported") }</p>
|
||||||
|
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
primaryButton={_t("Okay")}
|
primaryButton={_t("Okay")}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue