mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): change application column name (#743)
This commit is contained in:
parent
04fc5d48e9
commit
6148cbd6f9
2 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ const translation = {
|
|||
'The tab for managing users, creating a new user, and editing user profiles. Every registered user can be found here.',
|
||||
create: 'Add user',
|
||||
user_name: 'User',
|
||||
application_name: 'Apps',
|
||||
application_name: 'From application',
|
||||
latest_sign_in: 'Latest sign in',
|
||||
create_form_username: 'Username',
|
||||
create_form_password: 'Password',
|
||||
|
|
|
@ -270,7 +270,7 @@ const translation = {
|
|||
subtitle: '管理已注册用户, 创建新用户,编辑用户资料。',
|
||||
create: '添加用户',
|
||||
user_name: '用户',
|
||||
application_name: '应用',
|
||||
application_name: '注册应用',
|
||||
latest_sign_in: '最后登录',
|
||||
create_form_username: '用户名',
|
||||
create_form_password: '密码',
|
||||
|
|
Loading…
Add table
Reference in a new issue