Fix ExportDialog title on export cancellation (#7936)

pull/21833/head
Suguru Hirahara 2022-03-02 08:58:41 +00:00 committed by GitHub
parent 31f0a37ca2
commit 865dddbb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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}

View File

@ -2578,8 +2578,9 @@
"Number of messages can only be a number between %(min)s and %(max)s": "Number of messages can only be a number between %(min)s and %(max)s",
"Number of messages": "Number of messages",
"MB": "MB",
"Export Successful": "Export Successful",
"Export Cancelled": "Export Cancelled",
"The export was cancelled successfully": "The export was cancelled successfully",
"Export Successful": "Export Successful",
"Your export was successful. Find it in your Downloads folder.": "Your export was successful. Find it in your Downloads folder.",
"Are you sure you want to stop exporting your data? If you do, you'll need to start over.": "Are you sure you want to stop exporting your data? If you do, you'll need to start over.",
"Exporting your data": "Exporting your data",