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.
1 parent 9dce725 commit 6b85ea9Copy full SHA for 6b85ea9
src/main/kotlin/kr/co/finda/androidtemplate/feature/waistUp/WaistUpService.kt
@@ -46,8 +46,8 @@ object WaistUpService : PersistentStateComponent<WaistUpState> {
46
job = GlobalScope.launch(Dispatchers.IO) {
47
while (true) {
48
val notification = balloonGroup.createNotification(
49
- title = "허리펴!",
50
- content = "Finda 플러그인은 당신의 건강을 책임집니다",
+ title = "허리를 FINDA!",
+ content = "Finda 플러그인은 당신의 건강을 책임집니다!",
51
type = NotificationType.WARNING
52
)
53
notification.addAction(SetWaistUpStateAction())
0 commit comments