코인 -> 캔 변경

This commit is contained in:
Yu Sung
2023-08-15 01:27:30 +09:00
parent 0f8b740469
commit 0959fa55be
17 changed files with 35 additions and 36 deletions

View File

@@ -206,7 +206,7 @@ final class ContentCreateViewModel: ObservableObject {
}
if !isFree && price < 10 {
errorMessage = "콘텐츠의 최소금액은 10코인 입니다."
errorMessage = "콘텐츠의 최소금액은 10 입니다."
isShowPopup = true
return false
}