닉네임 변경 화면 국제화

This commit is contained in:
Yu Sung
2026-01-23 06:13:02 +09:00
parent 791ebb0242
commit fb6b623564
2 changed files with 10 additions and 2 deletions

View File

@@ -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
)