File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Onboarding/Sources/Nickname
Setting/Sources/PersonalInfo/ViewController Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ extension SettingError: LocalizedError {
2929 case . noAvailableBirthday:
3030 return NSLocalizedString ( " ์ฌ๋ฐ๋ฅธ ์๋
์์ผ์ ๊ธฐ์
ํด์ฃผ์ธ์ " , comment: " Wrong Birthday " )
3131 case . noAvailableNickname:
32- return NSLocalizedString ( " 6์ ์ด์์ ์๋ฌธ๊ณผ ์ซ์์กฐํฉ์ผ๋ก ์ด๋ฃจ์ด์ง ๋๋ค์์ ๊ธฐ์
ํด์ฃผ์ธ์" , comment: " Wrond Nickname " )
32+ return NSLocalizedString ( " 1์ ์ด์์ ์๋ฌธ๊ณผ ์ซ์์กฐํฉ์ผ๋ก ์ด๋ฃจ์ด์ง ๋๋ค์์ ๊ธฐ์
ํด์ฃผ์ธ์" , comment: " Wrond Nickname " )
3333 case . overlappedNickname:
3434 return NSLocalizedString ( " ์ค๋ณต๋ ๋๋ค์์ด์์ " , comment: " Overlapped Nickname " )
3535 case . failWithdrawAccount:
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ private extension NicknameView {
272272 }
273273
274274 enum FirstWarningLabel {
275- static let text = " 6์ ์ด์์ ์๋ฌธ ํน์ ์๋ฌธ๊ณผ ์ซ์๋ฅผ ์กฐํฉ"
275+ static let text = " 1์ ์ด์์ ์๋ฌธ ํน์ ์๋ฌธ๊ณผ ์ซ์๋ฅผ ์กฐํฉ"
276276 }
277277
278278 enum SecondWarningStackView {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public final class PersonalInfoViewController: UIViewController {
7676 } ( )
7777
7878 private lazy var nicknameTextField : FitftyTextField = {
79- let textFiled = FitftyTextField ( style: . normal, placeHolderText: " 6์ ์ด์์ ์๋ฌธ ํน์ ์๋ฌธ๊ณผ ์ซ์๋ฅผ ์กฐํฉ" )
79+ let textFiled = FitftyTextField ( style: . normal, placeHolderText: " 1์ ์ด์์ ์๋ฌธ ํน์ ์๋ฌธ๊ณผ ์ซ์๋ฅผ ์กฐํฉ" )
8080 textFiled. font = FitftyFont . appleSDSemiBold ( size: 16 ) . font
8181 textFiled. delegate = self
8282 return textFiled
You canโt perform that action at this time.
0 commit comments