닉네임 변경 화면 국제화
This commit is contained in:
@@ -32,8 +32,8 @@ struct NicknameUpdateView: View {
|
||||
.frame(width: screenSize().width - 40, alignment: .leading)
|
||||
|
||||
UserTextField(
|
||||
title: "닉네임(최대 12자)",
|
||||
hint: "닉네임",
|
||||
title: I18n.ProfileUpdate.nicknameTitle,
|
||||
hint: I18n.ProfileUpdate.nicknameHint,
|
||||
isSecure: false,
|
||||
variable: $viewModel.nickname
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user