mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix ExportDialog title on export cancellation (#7936)
This commit is contained in:
parent
31f0a37ca2
commit
865dddbb62
@ -307,7 +307,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
|||||||
// Display successful cancellation message
|
// Display successful cancellation message
|
||||||
return (
|
return (
|
||||||
<InfoDialog
|
<InfoDialog
|
||||||
title={_t("Export Successful")}
|
title={_t("Export Cancelled")}
|
||||||
description={_t("The export was cancelled successfully")}
|
description={_t("The export was cancelled successfully")}
|
||||||
hasCloseButton={true}
|
hasCloseButton={true}
|
||||||
onFinished={onFinished}
|
onFinished={onFinished}
|
||||||
|
@ -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 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",
|
"Number of messages": "Number of messages",
|
||||||
"MB": "MB",
|
"MB": "MB",
|
||||||
"Export Successful": "Export Successful",
|
"Export Cancelled": "Export Cancelled",
|
||||||
"The export was cancelled successfully": "The export was cancelled successfully",
|
"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.",
|
"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.",
|
"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",
|
"Exporting your data": "Exporting your data",
|
||||||
|
Loading…
Reference in New Issue
Block a user