Skip to content

Commit 03660e1

Browse files
Show link to privacy declaration at the auth screen
Change-Id: If487e9e5171f9956260f24308bd824ce82c211dd
1 parent 83c1b2a commit 03660e1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/components/views/auth/VectorAuthFooter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const VectorAuthFooter = () => {
4343
return (
4444
<div className="mx_AuthFooter">
4545
{authFooterLinks}
46+
<a href="https://amp.chat/privacy" target="_blank" rel="noopener">{ _t('Privacy') }</a>
4647
<a href="https://matrix.org" target="_blank" rel="noopener">{ _t('powered by Matrix') }</a>
4748
</div>
4849
);

src/i18n/strings/de_DE.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
"Your Riot is misconfigured": "Dein AMP.chat ist falsch konfiguriert",
4949
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Deine AMP.chat Konfiguration enthält ungültiges JSON. Bitte korrigiere das Problem und lade die Seite neu.",
5050
"The message from the parser is: %(message)s": "Die Nachricht des Parsers ist: %(message)s",
51-
"Invalid JSON": "Ungültiges JSON"
51+
"Invalid JSON": "Ungültiges JSON",
52+
"Privacy": "Datenschutz"
5253
}

src/i18n/strings/en_EN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"Welcome to AMP.chat": "Welcome to AMP.chat",
2828
"The secure messenger for healthcare industry": "The secure messenger for healthcare industry",
2929
"Chat with AMP Bot": "Chat with AMP Bot",
30-
"AMP.chat on %(platformName)s": "AMP.chat on %(platformName)s"
30+
"AMP.chat on %(platformName)s": "AMP.chat on %(platformName)s",
31+
"Privacy": "Privacy"
3132

3233
}

0 commit comments

Comments
 (0)