Migrate more strings to translation keys (#11651)

This commit is contained in:
Michael Telatynski
2023-09-22 16:39:40 +01:00
committed by GitHub
parent 560449676b
commit f4d056fd38
127 changed files with 8916 additions and 8272 deletions

View File

@@ -177,10 +177,7 @@ export default class ForgotPassword extends React.Component<Props, State> {
if (err?.name === "ConnectionError") {
this.setState({
errorText:
_t("Cannot reach homeserver") +
": " +
_t("Ensure you have a stable internet connection, or get in touch with the server admin"),
errorText: _t("cannot_reach_homeserver") + ": " + _t("cannot_reach_homeserver_detail"),
});
return;
}