0
Fork 0
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:
simeng-li 2022-07-26 10:47:47 +08:00 committed by GitHub
parent c2050b7ccc
commit 1cd14ee6ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -1,5 +1,6 @@
const demo_app = {
notification: '使用管理控制台帐号登录示例应用',
notification:
'管理控制台的用户名和密码是 demo app 的默认登录方式。点击下方创建账号或用现有账号登录。',
title: '恭喜!你已成功登录到示例应用!',
subtitle: '以下是本次登录的用户信息:',
username: '用户名:',