diff --git a/src/SignupPage.tsx b/src/SignupPage.tsx
index e747eac..b8bfac2 100644
--- a/src/SignupPage.tsx
+++ b/src/SignupPage.tsx
@@ -246,7 +246,7 @@ export default function SignupPage() {
- You can also signup using any of the apps.
+ By signing up you agree to our terms of service.
diff --git a/src/constants/index.ts b/src/constants/index.ts
index 9bc6e28..8f74bb7 100644
--- a/src/constants/index.ts
+++ b/src/constants/index.ts
@@ -7,6 +7,7 @@ export const homePage = "https://www.etesync.com/";
export const faq = homePage + "faq/";
export const pricing = homePage + "pricing/";
export const getApps = homePage + "get-apps/";
+export const terms = homePage + "tos/";
export const sourceCode = "https://github.com/etesync/etesync-web";
export const reportIssue = sourceCode + "/issues";