Revert "[matrix]" to "Matrix"

This commit is contained in:
TheEvilSkeleton
2020-07-20 12:42:35 -04:00
committed by GitHub
parent 96f0d3a04e
commit 3e37f21edf

View File

@@ -43,7 +43,7 @@ const VectorAuthFooter = () => {
return ( return (
<div className="mx_AuthFooter"> <div className="mx_AuthFooter">
{authFooterLinks} {authFooterLinks}
<a href="https://matrix.org" target="_blank" rel="noreferrer noopener">{ _t('Powered by [matrix]') }</a> <a href="https://matrix.org" target="_blank" rel="noreferrer noopener">{ _t('Powered by Matrix') }</a>
</div> </div>
); );
}; };