diff --git a/packages/phrases/src/locales/en/translation/demo-app.ts b/packages/phrases/src/locales/en/translation/demo-app.ts index a6c889128..1965f890c 100644 --- a/packages/phrases/src/locales/en/translation/demo-app.ts +++ b/packages/phrases/src/locales/en/translation/demo-app.ts @@ -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: ', diff --git a/packages/phrases/src/locales/zh-cn/translation/demo-app.ts b/packages/phrases/src/locales/zh-cn/translation/demo-app.ts index 32b5d9b1e..92d4c6552 100644 --- a/packages/phrases/src/locales/zh-cn/translation/demo-app.ts +++ b/packages/phrases/src/locales/zh-cn/translation/demo-app.ts @@ -1,5 +1,6 @@ const demo_app = { - notification: '使用管理控制台帐号登录示例应用', + notification: + '管理控制台的用户名和密码是 demo app 的默认登录方式。点击下方创建账号或用现有账号登录。', title: '恭喜!你已成功登录到示例应用!', subtitle: '以下是本次登录的用户信息:', username: '用户名:',