diff --git a/public/helpbuild/theme.js b/public/helpbuild/theme.js
index 705c09f..a01551e 100644
--- a/public/helpbuild/theme.js
+++ b/public/helpbuild/theme.js
@@ -1,7 +1,7 @@
const fixPolicy = () => {
const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) {
- privacyPolicy.innerHTML = 'By signing up, you agree to the Helpbuild Terms and Conditions and our Privacy Policy'
+ privacyPolicy.innerHTML = 'By signing up, you agree to our Terms and Conditions and Privacy Policy'
}
}
diff --git a/public/helpbuild_test/theme.css b/public/helpbuild_test/theme.css
index 1b68048..5c96442 100644
--- a/public/helpbuild_test/theme.css
+++ b/public/helpbuild_test/theme.css
@@ -79,7 +79,7 @@ body #kc-header {
}
.login-pf-page .login-pf-page-header p::before {
- content: "Turn Your Network into Your Greatest Supporters.";
+ content: "Unleash the Power of Network on Your Project";
font-weight: 700;
color: #000;
letter-spacing: 0;
diff --git a/public/helpbuild_test/theme.js b/public/helpbuild_test/theme.js
index a7a420f..a01551e 100644
--- a/public/helpbuild_test/theme.js
+++ b/public/helpbuild_test/theme.js
@@ -1,7 +1,7 @@
const fixPolicy = () => {
const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) {
- privacyPolicy.innerHTML = 'By signing up you agree to the Helpbuild Privacy Policy'
+ privacyPolicy.innerHTML = 'By signing up, you agree to our Terms and Conditions and Privacy Policy'
}
}