mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-12 10:07:38 -05:00
Improve login button text
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user