Skip to content

Commit 264bce7

Browse files
committed
Merge branch 'tmp1' into develop
2 parents ae8ba13 + 0ada7b5 commit 264bce7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/views/auth/VectorAuthFooter.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import { _t } from 'matrix-react-sdk/src/languageHandler';
2222
const VectorAuthFooter = () => {
2323
const brandingConfig = SdkConfig.get().branding;
2424
let links = [
25-
{"text": "blog", "url": "https://element.io/blog"},
26-
{"text": "twitter", "url": "https://twitter.com/element_hq"},
27-
{"text": "github", "url": "https://github.com/vector-im/riot-web"},
25+
{"text": "Blog", "url": "https://element.io/blog"},
26+
{"text": "Twitter", "url": "https://twitter.com/element_hq"},
27+
{"text": "GitHub", "url": "https://github.com/vector-im/riot-web"},
2828
];
2929

3030
if (brandingConfig && brandingConfig.authFooterLinks) {
@@ -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
};

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Unknown device": "Unknown device",
1919
"%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)",
2020
"You need to be using HTTPS to place a screen-sharing call.": "You need to be using HTTPS to place a screen-sharing call.",
21-
"powered by Matrix": "powered by Matrix",
21+
"Powered by Matrix": "Powered by Matrix",
2222
"Unsupported browser": "Unsupported browser",
2323
"Your browser can't run %(brand)s": "Your browser can't run %(brand)s",
2424
"%(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.",

0 commit comments

Comments
 (0)