Migrate more strings to translation keys (#11665)
This commit is contained in:
committed by
GitHub
parent
de250df520
commit
54c88c57ed
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user