Skip to content

Commit

Permalink
Show link to privacy declaration at the auth screen
Browse files Browse the repository at this point in the history
Change-Id: I30ce0edeabf833168a6212aa283e23026c1b2e08
  • Loading branch information
awesome-michael committed Mar 12, 2020
1 parent 8b0ea0d commit 864002f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/views/auth/VectorAuthFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const VectorAuthFooter = () => {
return (
<div className="mx_AuthFooter">
{authFooterLinks}
<a href="https://amp.care/privacy" target="_blank" rel="noopener">{ _t('Privacy') }</a>
<a href="https://matrix.org" target="_blank" rel="noopener">{ _t('powered by Matrix') }</a>
</div>
);
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/strings/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"Your Riot is misconfigured": "Dein Riot ist falsch konfiguriert",
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Deine Riot Konfiguration enthält ungültiges JSON. Bitte korrigiere das Problem und lade die Seite neu.",
"The message from the parser is: %(message)s": "Die Nachricht des Parsers ist: %(message)s",
"Invalid JSON": "Ungültiges JSON"
"Invalid JSON": "Ungültiges JSON",
"Privacy": "Datenschutz"
}
3 changes: 2 additions & 1 deletion src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"Explore rooms": "Explore rooms",
"Room Directory": "Room Directory",
"Search the room directory": "Search the room directory",
"Get started with some tips from AMP Bot!": "Get started with some tips from AMP Bot!"
"Get started with some tips from AMP Bot!": "Get started with some tips from AMP Bot!",
"Privacy": "Privacy"
}

0 comments on commit 864002f

Please sign in to comment.