add link to our privacy policy

This commit is contained in:
Audric Ackermann 2020-01-07 10:08:02 +11:00
parent 4e2228ce87
commit 94ae4127b5
2 changed files with 2 additions and 1 deletions

View File

@ -2440,7 +2440,7 @@
},
"ByUsingThisService...": {
"message":
"By using this service, you agree to our <a>Terms and Conditions</a> and <a>Privacy Statement</a>"
"By using this service, you agree to our <a>Terms and Conditions</a> and <a href=\"https://getsession.org/privacy-policy/\" target=\"_blank\">Privacy Statement</a>"
},
"beginYourSession": {
"message": "Begin<br />your<br />Session."

View File

@ -199,6 +199,7 @@
a {
white-space: nowrap;
font-weight: bold;
text-decoration: none;
color: $session-color-light-grey;
transition: $session-transition-duration;