diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index c7e767b66f..21bba868d6 100644 --- a/src/components/views/auth/VectorAuthFooter.js +++ b/src/components/views/auth/VectorAuthFooter.js @@ -22,9 +22,9 @@ import { _t } from 'matrix-react-sdk/src/languageHandler'; const VectorAuthFooter = () => { const brandingConfig = SdkConfig.get().branding; let links = [ - {"text": "blog", "url": "https://element.io/blog"}, - {"text": "twitter", "url": "https://twitter.com/element_hq"}, - {"text": "github", "url": "https://github.com/vector-im/riot-web"}, + {"text": "Blog", "url": "https://element.io/blog"}, + {"text": "Twitter", "url": "https://twitter.com/element_hq"}, + {"text": "GitHub", "url": "https://github.com/vector-im/riot-web"}, ]; if (brandingConfig && brandingConfig.authFooterLinks) { @@ -43,7 +43,7 @@ const VectorAuthFooter = () => { return (
{authFooterLinks} - { _t('powered by Matrix') } + { _t('Powered by Matrix') }
); }; diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 6fbf308b3c..9c71b85849 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -18,7 +18,7 @@ "Unknown device": "Unknown device", "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)", "You need to be using HTTPS to place a screen-sharing call.": "You need to be using HTTPS to place a screen-sharing call.", - "powered by Matrix": "powered by Matrix", + "Powered by Matrix": "Powered by Matrix", "Unsupported browser": "Unsupported browser", "Your browser can't run %(brand)s": "Your browser can't run %(brand)s", "%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s uses advanced browser features which aren't supported by your current browser.",