Improve login button text

This commit is contained in:
s33g
2024-11-05 23:57:24 +00:00
parent 42afe86e16
commit fdb7e5cfd0
2 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,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: {
resolution: 'Resolution',

View File

@@ -92,7 +92,7 @@ export const Login = () => {
<Form.Item>
<Button type="primary" htmlType="submit" className="w-full">
{t('auth.ok')}
{t('auth.loginButtonText')}
</Button>
</Form.Item>