Skip to content

Commit 3e7fc4d

Browse files
authored
Merge pull request #140 from TeamMiso/develop
master 로 머지
2 parents 9b92c4d + b26ebb3 commit 3e7fc4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/kotlin/andreas311/miso/domain/notification/enums/NotificationType.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ enum class NotificationType(
66
) {
77

88
INQUIRT_WAIT(
9-
title = "MISO 문의사항 등록 완료!",
9+
title = "Miso 문의사항 등록 완료!",
1010
content = "최대한 빠르게 답변 드릴테니 기다려주세요 :)"
1111
),
1212

1313
INQUIRY_COMPLETE(
14-
title = "MISO 문의사항 답변 도착!",
14+
title = "Miso 문의사항 답변 도착!",
1515
content = "내 문의 내역에서 답변을 확인해주세요 :)"
1616
),
1717

1818
ENVIRONMENT(
1919
title = "오늘의 환경 지식을 알고 싶다면?",
20-
content = "MISO 에서 오늘의 환경 지식을 확인해보세요 :)"
20+
content = "Miso 에서 오늘의 환경 지식을 확인해보세요 :)"
2121
)
2222
}

0 commit comments

Comments
 (0)