diff --git a/SodaLive/Sources/Live/Room/V2/Component/View/LiveRoomInfoGuestView.swift b/SodaLive/Sources/Live/Room/V2/Component/View/LiveRoomInfoGuestView.swift index 6c8090f..92d4a0a 100644 --- a/SodaLive/Sources/Live/Room/V2/Component/View/LiveRoomInfoGuestView.swift +++ b/SodaLive/Sources/Live/Room/V2/Component/View/LiveRoomInfoGuestView.swift @@ -65,10 +65,10 @@ struct LiveRoomInfoGuestView: View { LiveRoomOverlayStrokeTextToggleButton( isOn: isOnSignature, - onText: "시그니처 ON", + onText: "시그 ON", onTextColor: Color.button, onStrokeColor: Color.button, - offText: "시그니처 OFF", + offText: "시그 OFF", offTextColor: Color.graybb, offStrokeColor: Color.graybb, strokeWidth: 1, diff --git a/SodaLive/Sources/Live/Room/V2/Component/View/LiveRoomInfoHostView.swift b/SodaLive/Sources/Live/Room/V2/Component/View/LiveRoomInfoHostView.swift index eee87b4..c16e5d1 100644 --- a/SodaLive/Sources/Live/Room/V2/Component/View/LiveRoomInfoHostView.swift +++ b/SodaLive/Sources/Live/Room/V2/Component/View/LiveRoomInfoHostView.swift @@ -56,10 +56,10 @@ struct LiveRoomInfoHostView: View { LiveRoomOverlayStrokeTextToggleButton( isOn: isOnSignature, - onText: "시그니처 ON", + onText: "시그 ON", onTextColor: Color.button, onStrokeColor: Color.button, - offText: "시그니처 OFF", + offText: "시그 OFF", offTextColor: Color.graybb, offStrokeColor: Color.graybb, strokeWidth: 1,