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;