We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b92c4d + b26ebb3 commit 3e7fc4dCopy full SHA for 3e7fc4d
src/main/kotlin/andreas311/miso/domain/notification/enums/NotificationType.kt
@@ -6,17 +6,17 @@ enum class NotificationType(
6
) {
7
8
INQUIRT_WAIT(
9
- title = "MISO 문의사항 등록 완료!",
+ title = "Miso 문의사항 등록 완료!",
10
content = "최대한 빠르게 답변 드릴테니 기다려주세요 :)"
11
),
12
13
INQUIRY_COMPLETE(
14
- title = "MISO 문의사항 답변 도착!",
+ title = "Miso 문의사항 답변 도착!",
15
content = "내 문의 내역에서 답변을 확인해주세요 :)"
16
17
18
ENVIRONMENT(
19
title = "오늘의 환경 지식을 알고 싶다면?",
20
- content = "MISO 에서 오늘의 환경 지식을 확인해보세요 :)"
+ content = "Miso 에서 오늘의 환경 지식을 확인해보세요 :)"
21
)
22
}
0 commit comments