Migrate more strings to translation keys (#11606)
This commit is contained in:
parent
3608d52c4a
commit
491b43ef09
59 changed files with 3097 additions and 2950 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue