From 96f0d3a04ebaa81a8d23b8731be9aac2f69bbb68 Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton <50847364+TheEvilSkeleton@users.noreply.github.com> Date: Thu, 16 Jul 2020 23:54:10 -0400 Subject: [PATCH 1/3] Capitalize and fix [matrix] --- src/components/views/auth/VectorAuthFooter.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index c7e767b6..3b6a8409 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]') }
); }; From 3e37f21edf770808f9d7f4731c13aafeecfc0435 Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton <50847364+TheEvilSkeleton@users.noreply.github.com> Date: Mon, 20 Jul 2020 12:42:35 -0400 Subject: [PATCH 2/3] Revert "[matrix]" to "Matrix" --- src/components/views/auth/VectorAuthFooter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index 3b6a8409..21bba868 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') }
); }; From 0ada7b5d267f9784f342f67b70ef62098fffc3d0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 23 Jul 2020 16:14:37 -0600 Subject: [PATCH 3/3] Update i18n --- src/i18n/strings/en_EN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 6fbf308b..9c71b858 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.",