0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

fix git warning

This commit is contained in:
Simeng Li 2021-08-01 23:24:36 +08:00
parent 4453c41478
commit 3595657d8f
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ const translation = {
create_account: 'Create an Account',
title: 'Sign Up',
loading: 'Signing Up...',
have_account: 'Already have an account?'
have_account: 'Already have an account?',
},
};

View file

@ -12,7 +12,7 @@ const translation = {
create_account: '新用户注册',
title: '注册',
loading: '注册中...',
have_account: '已经有账户?'
have_account: '已经有账户?',
},
};