diff --git a/web/src/i18n/locales/en.ts b/web/src/i18n/locales/en.ts index f5fccb2..440dc09 100644 --- a/web/src/i18n/locales/en.ts +++ b/web/src/i18n/locales/en.ts @@ -43,7 +43,8 @@ const en = { reset3: '2. Delete the file in the device: ', reset4: '3. Use the default account to login: ', ok: 'Ok', - cancel: 'Cancel' + cancel: 'Cancel', + loginButtonText: 'Login', }, screen: { video: 'Video Mode', diff --git a/web/src/pages/auth/login/index.tsx b/web/src/pages/auth/login/index.tsx index 2f7038a..d27d561 100644 --- a/web/src/pages/auth/login/index.tsx +++ b/web/src/pages/auth/login/index.tsx @@ -93,7 +93,7 @@ export const Login = () => {