mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
fix git warning
This commit is contained in:
parent
4453c41478
commit
3595657d8f
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ const translation = {
|
||||||
create_account: 'Create an Account',
|
create_account: 'Create an Account',
|
||||||
title: 'Sign Up',
|
title: 'Sign Up',
|
||||||
loading: 'Signing Up...',
|
loading: 'Signing Up...',
|
||||||
have_account: 'Already have an account?'
|
have_account: 'Already have an account?',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ const translation = {
|
||||||
create_account: '新用户注册',
|
create_account: '新用户注册',
|
||||||
title: '注册',
|
title: '注册',
|
||||||
loading: '注册中...',
|
loading: '注册中...',
|
||||||
have_account: '已经有账户?'
|
have_account: '已经有账户?',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue