라이브 취소 사유 플레이스홀더 현지화
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user