Skip to content

Commit 4d2067a

Browse files
hotlongCopilot
andcommitted
chore(apps/account): update brand headline to AI-native positioning
Replace the legacy 'post-SaaS operating system' tagline on the auth shell with the AI-native backend message, matching the documented positioning in content/docs/index.mdx. - auth-shell.tsx default copy - en.json brandHeadline - zh-CN.json brandHeadline Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 683b76c commit 4d2067a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/account/src/components/auth/auth-shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function AuthShell({
8686
<h2 className="text-balance text-3xl font-semibold leading-tight tracking-tight md:text-4xl">
8787
{headline ??
8888
t('auth.login.brandHeadline', {
89-
defaultValue: 'The post-SaaS operating system for your team.',
89+
defaultValue: 'The AI-native backend for business software.',
9090
})}
9191
</h2>
9292
<p className="text-balance text-base/relaxed text-white/80">

apps/account/src/i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"signUp": "Sign up",
249249
"welcomeToast": "Welcome back",
250250
"failed": "Sign in failed",
251-
"brandHeadline": "The post-SaaS operating system for your team.",
251+
"brandHeadline": "The AI-native backend for business software.",
252252
"brandSubline": "One identity, every workspace. Sign in to manage your account, organizations and connected apps."
253253
},
254254
"register": {

apps/account/src/i18n/locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"signUp": "注册",
249249
"welcomeToast": "欢迎回来",
250250
"failed": "登录失败",
251-
"brandHeadline": "面向团队的后 SaaS 操作系统",
251+
"brandHeadline": "面向 AI 原生业务软件的元数据后端",
252252
"brandSubline": "一个身份,连接所有工作区。登录即可管理账户、组织与已授权应用。"
253253
},
254254
"register": {

0 commit comments

Comments
 (0)