forked from baron/baron-sso
userfront: 회원가입 화면 내 소속 구분 명칭 개편 (일반/가족사 -> 개인/기업소속) 및 설명 문구 반영 (#1183)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[domain]
|
||||
|
||||
[domain.affiliation]
|
||||
affiliate = "Affiliate"
|
||||
general = "General"
|
||||
affiliate = "Corporate/Affiliate"
|
||||
general = "Personal"
|
||||
|
||||
[domain.company]
|
||||
baron = "Baron"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[domain]
|
||||
|
||||
[domain.affiliation]
|
||||
affiliate = "가족사 임직원"
|
||||
general = "일반 사용자"
|
||||
affiliate = "기업 소속"
|
||||
general = "개인 (Personal)"
|
||||
|
||||
[domain.company]
|
||||
baron = "바론"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[domain]
|
||||
|
||||
[domain.affiliation]
|
||||
affiliate = ""
|
||||
general = ""
|
||||
affiliate = "Corporate/Affiliate"
|
||||
general = "Personal"
|
||||
|
||||
[domain.company]
|
||||
baron = ""
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user