Skip to content

Commit 9192612

Browse files
committed
๐Ÿ”ง [chore] ๋‹‰๋„ค์ž„ 6์ž ์ด์ƒ ์กฐ๊ฑด ๋ฌธ๊ตฌ 1์ž ์ด์ƒ์œผ๋กœ ์ˆ˜์ •
1 parent ff2615d commit 9192612

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

โ€ŽFitfty/Projects/Core/Sources/Error/SettingError.swiftโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

โ€ŽFitfty/Projects/Onboarding/Sources/Nickname/NicknameView.swiftโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

โ€ŽFitfty/Projects/Setting/Sources/PersonalInfo/ViewController/PersonalInfoViewController.swiftโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
ย (0)