forked from baron/baron-sso
userfront: 회원가입 화면 내 소속 구분 명칭 개편 (일반/가족사 -> 개인/기업소속) 및 설명 문구 반영 (#1183)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
[domain]
|
[domain]
|
||||||
|
|
||||||
[domain.affiliation]
|
[domain.affiliation]
|
||||||
affiliate = "Affiliate"
|
affiliate = "Corporate/Affiliate"
|
||||||
general = "General"
|
general = "Personal"
|
||||||
|
|
||||||
[domain.company]
|
[domain.company]
|
||||||
baron = "Baron"
|
baron = "Baron"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[domain]
|
[domain]
|
||||||
|
|
||||||
[domain.affiliation]
|
[domain.affiliation]
|
||||||
affiliate = "가족사 임직원"
|
affiliate = "기업 소속"
|
||||||
general = "일반 사용자"
|
general = "개인 (Personal)"
|
||||||
|
|
||||||
[domain.company]
|
[domain.company]
|
||||||
baron = "바론"
|
baron = "바론"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[domain]
|
[domain]
|
||||||
|
|
||||||
[domain.affiliation]
|
[domain.affiliation]
|
||||||
affiliate = ""
|
affiliate = "Corporate/Affiliate"
|
||||||
general = ""
|
general = "Personal"
|
||||||
|
|
||||||
[domain.company]
|
[domain.company]
|
||||||
baron = ""
|
baron = ""
|
||||||
|
|||||||
@@ -1743,7 +1743,7 @@ Matters not expressly provided in this Policy are governed by the Company's inte
|
|||||||
const SizedBox(height: 18),
|
const SizedBox(height: 18),
|
||||||
_buildProfileFieldGroup(
|
_buildProfileFieldGroup(
|
||||||
title: tr('ui.userfront.signup.profile.affiliation_type'),
|
title: tr('ui.userfront.signup.profile.affiliation_type'),
|
||||||
description: '소속 유형과 회사 정보를 입력합니다.',
|
description: '개인 가입 혹은 기업 연동을 선택합니다.',
|
||||||
isDesktop: isDesktop,
|
isDesktop: isDesktop,
|
||||||
trailing: null,
|
trailing: null,
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|||||||
Reference in New Issue
Block a user