From 1cd14ee6ce595dae5b5d9f15abe427d6b429a8b8 Mon Sep 17 00:00:00 2001 From: simeng-li Date: Tue, 26 Jul 2022 10:47:47 +0800 Subject: [PATCH] chore(demo-app): message content update (#1630) * chore(demo-app): message content update message content update * chore(demo-app): content update content update --- packages/phrases/src/locales/en/translation/demo-app.ts | 3 ++- packages/phrases/src/locales/zh-cn/translation/demo-app.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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: '用户名:',