diff --git a/public/buyersform/theme.css b/public/buyersform/theme.css index 20067df..be31902 100644 --- a/public/buyersform/theme.css +++ b/public/buyersform/theme.css @@ -49,7 +49,7 @@ div#kc-registration span a:hover { } .login-sub-heading::before { - content: "Sign in to have unresistricted access."; + content: "Sign in for full supplier info"; } #new-to-app::before { diff --git a/public/buyersform/theme.js b/public/buyersform/theme.js index 8f6387d..379bc2a 100644 --- a/public/buyersform/theme.js +++ b/public/buyersform/theme.js @@ -1,6 +1,6 @@ const privacyPolicy = document.getElementById('privacy-policy'); if (privacyPolicy) { - privacyPolicy.innerHTML = 'By signing up you agree to the BuyersForm Policy Privacy Policy' + privacyPolicy.innerHTML = 'By signing up you agree to the BuyersForm Privacy Policy' }