Skip to content

Commit 6ec049f

Browse files
committed
🩹 systemNotice 메세지 수정
1 parent dc4fd0b commit 6ec049f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/main/java/io/f1/backend/domain/game/dto/SystemNoticeMessage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ public enum SystemNoticeMessage {
55
EXIT(" 님이 퇴장하셨습니다"),
66
CORRECT_ANSWER(" 님 정답입니다 !"),
77
TIMEOUT("땡 ~ ⏰ 제한 시간 초과!"),
8-
RECONNECT("⚠️ 님이 재연결 되었습니다. "),
9-
RECONNECT_PRIVATE_NOTICE("⚠️ 다음 라운드부터 참여하실 수 있습니다");
8+
RECONNECT(" 님이 재연결 되었습니다. "),
9+
RECONNECT_PRIVATE_NOTICE("⚠️다음 라운드부터 참여하실 수 있습니다");
1010

1111
private final String message;
1212

0 commit comments

Comments
 (0)