Skip to content
Snippets Groups Projects
Commit 9da76141 authored by Ziwei Wang's avatar Ziwei Wang
Browse files

Remove unused translations

Change-Id: I2e7efcbbcb81314e6f77bb2ff3083d34ea13ac5a
parent 2e05f4e4
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,6 @@ const defaultAlertSnackbarContext: IAlertSnackbarContext = { ...@@ -74,7 +74,6 @@ const defaultAlertSnackbarContext: IAlertSnackbarContext = {
//Don't forget to add the cases in the switch statement below //Don't forget to add the cases in the switch statement below
type AlertMessageKeys = type AlertMessageKeys =
| 'redirect_admin_setup_complete' | 'redirect_admin_setup_complete'
| 'password_input_helper_text_invalid'
| 'password_input_helper_text_not_match' | 'password_input_helper_text_not_match'
| 'admin_page_setup_not_complete' | 'admin_page_setup_not_complete'
| 'admin_page_setup_complete' | 'admin_page_setup_complete'
...@@ -118,8 +117,6 @@ const AlertSnackbarProvider = ({ children }: WithChildren) => { ...@@ -118,8 +117,6 @@ const AlertSnackbarProvider = ({ children }: WithChildren) => {
return t('registration_success'); return t('registration_success');
case 'redirect_admin_setup_complete': case 'redirect_admin_setup_complete':
return t('redirect_admin_setup_complete'); return t('redirect_admin_setup_complete');
case 'password_input_helper_text_invalid':
return t('password_input_helper_text_invalid');
case 'password_input_helper_text_not_match': case 'password_input_helper_text_not_match':
return t('password_input_helper_text_not_match'); return t('password_input_helper_text_not_match');
case 'admin_page_setup_not_complete': case 'admin_page_setup_not_complete':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment