You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
i18n
This commit is contained in:
@ -70,7 +70,7 @@ export default class PlainTextExporter extends Exporter {
|
||||
}
|
||||
} catch (error) {
|
||||
mediaText = " (" + _t("Error fetching file") + ")";
|
||||
console.log("Error fetching file" + error);
|
||||
console.log("Error fetching file " + error);
|
||||
}
|
||||
} else mediaText = ` (${this.mediaOmitText})`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user