Skip to content

Commit 6b85ea9

Browse files
committed
허리펴! 문구 수정
1 parent 9dce725 commit 6b85ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/kr/co/finda/androidtemplate/feature/waistUp/WaistUpService.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ object WaistUpService : PersistentStateComponent<WaistUpState> {
4646
job = GlobalScope.launch(Dispatchers.IO) {
4747
while (true) {
4848
val notification = balloonGroup.createNotification(
49-
title = "허리펴!",
50-
content = "Finda 플러그인은 당신의 건강을 책임집니다",
49+
title = "허리를 FINDA!",
50+
content = "Finda 플러그인은 당신의 건강을 책임집니다!",
5151
type = NotificationType.WARNING
5252
)
5353
notification.addAction(SetWaistUpStateAction())

0 commit comments

Comments
 (0)