From ff81c6c5ca6b395b1c9320b61e74c40f693cd44e Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 21 Aug 2023 05:56:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=94=EC=A6=98=EB=9D=BC=EC=9D=B4=EB=B8=8C?= =?UTF-8?q?=20->=20=EC=86=8C=EB=8B=A4=EB=9D=BC=EC=9D=B4=EB=B8=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/live/room/LiveRoomService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt index 0f0f453..b470dd1 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt @@ -283,7 +283,7 @@ class LiveRoomService( ?: throw SodaException("이미 종료된 방입니다") if (room.isAdult && member.auth == null) { - throw SodaException("본인인증이 필요한 서비스 입니다.\n요즘라이브 마이페이지에서 본인인증 후 다시 이용해 주세요.") + throw SodaException("본인인증이 필요한 서비스 입니다.\n소다라이브 마이페이지에서 본인인증 후 다시 이용해 주세요.") } val beginDateTime = room.beginDateTime