Migrate more strings to translation keys (#11665)

This commit is contained in:
Michael Telatynski
2023-09-25 18:12:41 +01:00
committed by GitHub
parent de250df520
commit 54c88c57ed
127 changed files with 6797 additions and 5825 deletions

View File

@@ -123,7 +123,7 @@ export default class ErrorBoundary extends React.PureComponent<Props, IState> {
return (
<div className="mx_ErrorBoundary">
<div className="mx_ErrorBoundary_body">
<h1>{_t("Something went wrong!")}</h1>
<h1>{_t("error|something_went_wrong")}</h1>
{bugReportSection}
{clearCacheButton}
</div>