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!" }