Skip to content

Commit 3e37f21

Browse files
Revert "[matrix]" to "Matrix"
1 parent 96f0d3a commit 3e37f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/views/auth/VectorAuthFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const VectorAuthFooter = () => {
4343
return (
4444
<div className="mx_AuthFooter">
4545
{authFooterLinks}
46-
<a href="https://matrix.org" target="_blank" rel="noreferrer noopener">{ _t('Powered by [matrix]') }</a>
46+
<a href="https://matrix.org" target="_blank" rel="noreferrer noopener">{ _t('Powered by Matrix') }</a>
4747
</div>
4848
);
4949
};

0 commit comments

Comments
 (0)