Migrate more strings to translation keys (#11606)

This commit is contained in:
Michael Telatynski 2023-09-14 18:47:29 +01:00 committed by GitHub
parent 3608d52c4a
commit 491b43ef09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 3097 additions and 2950 deletions

View file

@ -25,7 +25,7 @@ export default class AuthFooter extends React.Component {
return (
<footer className="mx_AuthFooter" role="contentinfo">
<a href="https://matrix.org" target="_blank" rel="noreferrer noopener">
{_t("powered by Matrix")}
{_t("auth|footer_powered_by_matrix")}
</a>
</footer>
);