From c18a9a672aa86074ad6bfac806ef7867f1989ed9 Mon Sep 17 00:00:00 2001 From: Po-Jui Chang Date: Fri, 17 Mar 2023 14:26:42 +0100 Subject: [PATCH] feat: add sign up enable save actions translation (#129) --- src/constants/auth.ts | 2 ++ src/langs/en/auth.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/constants/auth.ts b/src/constants/auth.ts index fd72c07a..009a6256 100644 --- a/src/constants/auth.ts +++ b/src/constants/auth.ts @@ -18,4 +18,6 @@ export const AUTH = { SIGN_IN_SUCCESS_EMAIL_PROBLEM: 'SIGN_IN_SUCCESS_EMAIL_PROBLEM', RESEND_EMAIL_BUTTON: 'RESEND_EMAIL_BUTTON', BACK_BUTTON: 'BACK_BUTTON', + SIGN_UP_SAVE_ACTIONS_LABEL: 'SIGN_UP_SAVE_ACTIONS_LABEL', + SIGN_UP_SAVE_ACTIONS_TOOLTIP: 'SIGN_UP_SAVE_ACTIONS_TOOLTIP' }; diff --git a/src/langs/en/auth.json b/src/langs/en/auth.json index e2941419..55c67376 100644 --- a/src/langs/en/auth.json +++ b/src/langs/en/auth.json @@ -17,5 +17,7 @@ "SIGN_IN_SUCCESS_TEXT": "Please check your inbox {{email}} to retrieve your personal login link to access Graasp. This can take several minutes.", "SIGN_IN_SUCCESS_EMAIL_PROBLEM": "If you did not receive any email, check your spam. If you used an institutional email (ie. school, company), it might have been blocked and will have to wait until the email is released by your spam system.", "RESEND_EMAIL_BUTTON": "Resend Email", - "BACK_BUTTON": "Back" + "BACK_BUTTON": "Back", + "SIGN_UP_SAVE_ACTIONS_LABEL": "Enable Analytics", + "SIGN_UP_SAVE_ACTIONS_TOOLTIP": "Coming Soon!" }