From 94ae4127b5808637e2ea256b9e8ebe2f3c6ada74 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 7 Jan 2020 10:08:02 +1100 Subject: [PATCH] add link to our privacy policy --- _locales/en/messages.json | 2 +- stylesheets/_session_signin.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 42e817eca..cf1bfd6a1 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2440,7 +2440,7 @@ }, "ByUsingThisService...": { "message": - "By using this service, you agree to our Terms and Conditions and Privacy Statement" + "By using this service, you agree to our Terms and Conditions and Privacy Statement" }, "beginYourSession": { "message": "Begin
your
Session." diff --git a/stylesheets/_session_signin.scss b/stylesheets/_session_signin.scss index 1b067d71e..917e1874a 100644 --- a/stylesheets/_session_signin.scss +++ b/stylesheets/_session_signin.scss @@ -199,6 +199,7 @@ a { white-space: nowrap; font-weight: bold; + text-decoration: none; color: $session-color-light-grey; transition: $session-transition-duration;