0
Fork 0
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:
Wang Sijie 2022-05-07 16:07:11 +08:00 committed by GitHub
parent 04fc5d48e9
commit 6148cbd6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -270,7 +270,7 @@ const translation = {
subtitle: '管理已注册用户, 创建新用户,编辑用户资料。',
create: '添加用户',
user_name: '用户',
application_name: '应用',
application_name: '注册应用',
latest_sign_in: '最后登录',
create_form_username: '用户名',
create_form_password: '密码',