From 6a56935fb9e16ee9ad80b7c7f78bf25649369a70 Mon Sep 17 00:00:00 2001 From: liangxu Date: Wed, 29 Apr 2026 21:02:52 +0800 Subject: [PATCH] chore(admin-web/login): drop redundant tenant admin login subheading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 欢迎回来 headline already conveys context; the secondary "Tenant Admin Login" line added noise on the simplified login card. Remove the paragraph and the now-unused i18n key. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/admin-web/src/i18n/messages/en-US.ts | 1 - apps/admin-web/src/views/LoginView.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/admin-web/src/i18n/messages/en-US.ts b/apps/admin-web/src/i18n/messages/en-US.ts index e08380e..97533c1 100644 --- a/apps/admin-web/src/i18n/messages/en-US.ts +++ b/apps/admin-web/src/i18n/messages/en-US.ts @@ -91,7 +91,6 @@ const enUS = { }, auth: { welcomeBack: "Welcome back", - tenantAdminLogin: "Tenant Admin Login", loginAndEnter: "Sign in to workspace", email: "Email", loginIdentifier: "Phone / Email", diff --git a/apps/admin-web/src/views/LoginView.vue b/apps/admin-web/src/views/LoginView.vue index e2757dd..5073bf6 100644 --- a/apps/admin-web/src/views/LoginView.vue +++ b/apps/admin-web/src/views/LoginView.vue @@ -29,7 +29,6 @@

{{ t('auth.welcomeBack') }}

-

{{ t('auth.tenantAdminLogin') }}