Skip to content

Commit

Permalink
Revert "[matrix]" to "Matrix"
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Jul 20, 2020
1 parent 96f0d3a commit 3e37f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/auth/VectorAuthFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const VectorAuthFooter = () => {
return (
<div className="mx_AuthFooter">
{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>
);
};
Expand Down

0 comments on commit 3e37f21

Please sign in to comment.