코인 -> 캔 변경
This commit is contained in:
@@ -206,7 +206,7 @@ final class ContentCreateViewModel: ObservableObject {
|
||||
}
|
||||
|
||||
if !isFree && price < 10 {
|
||||
errorMessage = "콘텐츠의 최소금액은 10코인 입니다."
|
||||
errorMessage = "콘텐츠의 최소금액은 10캔 입니다."
|
||||
isShowPopup = true
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user