라이브 취소 사유 플레이스홀더 현지화

This commit is contained in:
Yu Sung
2026-01-05 11:51:46 +09:00
parent 2f8331f2ff
commit e7c8c2a12e
2 changed files with 13 additions and 1 deletions

View File

@@ -13,7 +13,9 @@ struct LiveCancelDialog: View {
let confirmAction: (String) -> Void
@State var reason: String = ""
var placeholder = "취소사유를 입력하세요"
private var placeholder: String {
I18n.LiveCancel.reasonPlaceholder
}
var body: some View {
VStack(spacing: 0) {