캔 사용내역 제목 수정

- 콘텐츠 구매 -> [콘텐츠 구매] 콘텐츠 제목
- 게시글 보기 -> [게시글 보기] 크리에이터 닉네임
This commit is contained in:
Klaus 2024-05-23 21:44:54 +09:00
parent 059d5260a9
commit fcfcb9845f
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ class CanService(private val repository: CanRepository) {
}
CanUsage.CHANGE_NICKNAME -> "닉네임 변경"
CanUsage.ORDER_CONTENT -> "콘텐츠 구매"
CanUsage.PAID_COMMUNITY_POST -> "게시글 보기"
CanUsage.ORDER_CONTENT -> "[콘텐츠 구매] ${it.audioContent!!.title}"
CanUsage.PAID_COMMUNITY_POST -> "[게시글 보기] ${it.communityPost?.member?.nickname ?: ""}"
}
val createdAt = it.createdAt!!