diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index 3b6a84094..21bba868d 100644 --- a/src/components/views/auth/VectorAuthFooter.js +++ b/src/components/views/auth/VectorAuthFooter.js @@ -43,7 +43,7 @@ const VectorAuthFooter = () => { return (
{authFooterLinks} - { _t('Powered by [matrix]') } + { _t('Powered by Matrix') }
); };