Fix ExportDialog title on export cancellation (#7936)
This commit is contained in:
parent
31f0a37ca2
commit
865dddbb62
2 changed files with 3 additions and 2 deletions
|
@ -307,7 +307,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
|||
// Display successful cancellation message
|
||||
return (
|
||||
<InfoDialog
|
||||
title={_t("Export Successful")}
|
||||
title={_t("Export Cancelled")}
|
||||
description={_t("The export was cancelled successfully")}
|
||||
hasCloseButton={true}
|
||||
onFinished={onFinished}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue