mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(demo-app): message content update (#1630)
* chore(demo-app): message content update message content update * chore(demo-app): content update content update
This commit is contained in:
parent
c2050b7ccc
commit
1cd14ee6ce
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
const demo_app = {
|
||||
notification: 'Use your admin console account to sign in to this demo app.',
|
||||
notification:
|
||||
'Use your default admin account or create a new account to sign in to the demo app.',
|
||||
title: "You've successfully signed in the demo app!",
|
||||
subtitle: 'Here is your log in information:',
|
||||
username: 'Username: ',
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
const demo_app = {
|
||||
notification: '使用管理控制台帐号登录示例应用',
|
||||
notification:
|
||||
'管理控制台的用户名和密码是 demo app 的默认登录方式。点击下方创建账号或用现有账号登录。',
|
||||
title: '恭喜!你已成功登录到示例应用!',
|
||||
subtitle: '以下是本次登录的用户信息:',
|
||||
username: '用户名:',
|
||||
|
|
Loading…
Reference in a new issue