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

refactor(phrases): sign out the demo app (#1400)

This commit is contained in:
Gao Sun 2022-07-04 14:22:49 +08:00 committed by GitHub
parent 49498f457f
commit 3d52f9efe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -510,7 +510,7 @@ const translation = {
subtitle: 'Here is your log in information:',
username: 'Username: ',
user_id: 'User ID: ',
sign_out: 'Sign Out The Demo App',
sign_out: 'Sign Out the Demo App',
continue_explore: 'Or continue to explore',
customize_sign_in_experience: 'Customize Sign-in Experience',
enable_passwordless: 'Enable Passwordless',

View file

@ -491,7 +491,7 @@ const translation = {
subtitle: '以下是本次登录的用户信息:',
username: '用户名:',
user_id: '用户 ID',
sign_out: '退出登录',
sign_out: '退出登录示例应用',
continue_explore: '或继续探索',
customize_sign_in_experience: '自定义登录体验',
enable_passwordless: '启用无密码登录',