0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(console): update content (#1382)

This commit is contained in:
Gao Sun 2022-07-03 22:11:30 +08:00 committed by GitHub
parent 2caed68c88
commit ff25e578a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -401,7 +401,7 @@ const translation = {
no_connector_social: no_connector_social:
'You havent set up any social connectors yet. Your sign in experience wont go live until you finish the settings first. ', 'You havent set up any social connectors yet. Your sign in experience wont go live until you finish the settings first. ',
no_added_social_connector: no_added_social_connector:
'Youve set up a few social connectors now. Make sure to add some to your sign in experience. Drag and drop to change the order.', 'Youve set up a few social connectors now. Click "+" to add some to your sign in experience.',
}, },
save_alert: { save_alert: {
description: description:

View file

@ -388,7 +388,7 @@ const translation = {
no_connector_email: '你还没有设置 email 连接器。你需完成设置后登录体验才会生效。', no_connector_email: '你还没有设置 email 连接器。你需完成设置后登录体验才会生效。',
no_connector_social: '你还没有设置社交连接器。你需完成设置后登录体验才会生效。', no_connector_social: '你还没有设置社交连接器。你需完成设置后登录体验才会生效。',
no_added_social_connector: no_added_social_connector:
'你已经成功设置了一些社会化连接器。确认添加一些到你的登录体验。你可以拖拽改变他们的顺序。', '你已经成功设置了一些社交连接器。点按「+」添加一些到你的登录体验。',
}, },
save_alert: { save_alert: {
description: '你正在修改登录方式,这可能会影响部分用户。是否继续保存修改?', description: '你正在修改登录方式,这可能会影响部分用户。是否继续保存修改?',