From 539a87e93a76277adefa45e5524ee6fad75b874d Mon Sep 17 00:00:00 2001 From: chan Date: Wed, 4 Mar 2026 15:15:00 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20rename=20tab=5Forganization=20to=20'?= =?UTF-8?q?=EC=A1=B0=EC=A7=81=20=EA=B4=80=EB=A6=AC'=20for=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/src/locales/en.toml | 2 +- adminfront/src/locales/ko.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adminfront/src/locales/en.toml b/adminfront/src/locales/en.toml index c75fe3b2..4cc8af84 100644 --- a/adminfront/src/locales/en.toml +++ b/adminfront/src/locales/en.toml @@ -807,7 +807,7 @@ header_subtitle = "Update tenant information or manage integration settings." loading = "Loading tenant information..." tab_admins = "Admin Settings" tab_federation = "External Integration" -tab_organization = "Sub-tenant Management" +tab_organization = "Organization" tab_profile = "Profile" tab_schema = "User Schema" title = "Tenant Details" diff --git a/adminfront/src/locales/ko.toml b/adminfront/src/locales/ko.toml index e44c8720..2cb20d13 100644 --- a/adminfront/src/locales/ko.toml +++ b/adminfront/src/locales/ko.toml @@ -811,7 +811,7 @@ header_subtitle = "테넌트 정보를 수정하거나 연동 설정을 관리 loading = "테넌트 정보를 불러오는 중..." tab_admins = "관리자 설정" tab_federation = "외부 연동" -tab_organization = "하위 테넌트 관리" +tab_organization = "조직 관리" tab_profile = "프로필" tab_schema = "사용자 스키마" title = "테넌트 상세"