mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 07:50:33 +03:00
Update src/components/views/dialogs/ExportDialog.tsx
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
7a09bcb5a2
commit
60c6af501b
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
|||
onFinished={onFinished}
|
||||
fixedWidth={true}
|
||||
>
|
||||
<p> {_t("The export was cancelled successfully")} </p>
|
||||
<p>{ _t("The export was cancelled successfully") }</p>
|
||||
|
||||
<DialogButtons
|
||||
primaryButton={_t("Okay")}
|
||||
|
|
Loading…
Reference in a new issue