1
0
forked from baron/baron-sso

userfront: 회원가입 화면 내 소속 구분 명칭 개편 (일반/가족사 -> 개인/기업소속) 및 설명 문구 반영 (#1183)

This commit is contained in:
2026-06-16 16:59:32 +09:00
parent 95a2730e71
commit b1c853b3c3
4 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
[domain]
[domain.affiliation]
affiliate = "Affiliate"
general = "General"
affiliate = "Corporate/Affiliate"
general = "Personal"
[domain.company]
baron = "Baron"

View File

@@ -1,8 +1,8 @@
[domain]
[domain.affiliation]
affiliate = "가족사 임직원"
general = "일반 사용자"
affiliate = "기업 소속"
general = "개인 (Personal)"
[domain.company]
baron = "바론"

View File

@@ -1,8 +1,8 @@
[domain]
[domain.affiliation]
affiliate = ""
general = ""
affiliate = "Corporate/Affiliate"
general = "Personal"
[domain.company]
baron = ""

View File

@@ -1743,7 +1743,7 @@ Matters not expressly provided in this Policy are governed by the Company's inte
const SizedBox(height: 18),
_buildProfileFieldGroup(
title: tr('ui.userfront.signup.profile.affiliation_type'),
description: '소속 유형과 회사 정보를 입력합니다.',
description: '개인 가입 혹은 기업 연동을 선택합니다.',
isDesktop: isDesktop,
trailing: null,
child: Column(