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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
127 changed files with 8916 additions and 8272 deletions

View file

@ -165,9 +165,9 @@ export default class MessageEditHistoryDialog extends React.PureComponent<IProps
} else {
content = (
<p className="mx_MessageEditHistoryDialog_error">
{_t("Cannot reach homeserver")}
{_t("cannot_reach_homeserver")}
<br />
{_t("Ensure you have a stable internet connection, or get in touch with the server admin")}
{_t("cannot_reach_homeserver_detail")}
</p>
);
}