diff --git a/.github/workflows/translate-i18n-base-on-english.yml b/.github/workflows/translate-i18n-base-on-english.yml index 2e903df992..58d53c4a12 100644 --- a/.github/workflows/translate-i18n-base-on-english.yml +++ b/.github/workflows/translate-i18n-base-on-english.yml @@ -5,7 +5,8 @@ on: types: [closed] branches: [main] push: - branches: [fix/i18n-auto-run-faild] + branches: + - fix/i18n-auto-run-faild jobs: check-and-update: diff --git a/web/i18n/en-US/education.ts b/web/i18n/en-US/education.ts index d5cef6082b..efa1e815ef 100644 --- a/web/i18n/en-US/education.ts +++ b/web/i18n/en-US/education.ts @@ -1,5 +1,5 @@ const translation = { - test: 'test', + test2: 'test', toVerified: 'Get Education Verified', toVerifiedTip: { front: 'You are now eligible for Education Verified status. Please enter your education information below to complete the process and receive an',