Skip to content

Commit

Permalink
feat: add sign up enable save actions translation (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayacers authored Mar 17, 2023
1 parent f883e64 commit c18a9a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/constants/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};
4 changes: 3 additions & 1 deletion src/langs/en/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
"SIGN_IN_SUCCESS_TEXT": "Please check your inbox <bold>{{email}}</bold> 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!"
}

0 comments on commit c18a9a6

Please sign in to comment.