@@ -115,7 +115,7 @@ public class PopupSmartIOTCam extends WpadScreen {
title = new WpadTextView(context, false, 990, 90, Gravity.CENTER, Color.WHITE, Common.fontsize._46, true, ID.SmartIOTCamPopup.text.TITLE);
ViewRegistration(layout, title, 0, 0);
- title.setText("스마트현관카메라 설정");
+ title.setText("현관카메라 설정");
DrawContents();
} catch (RuntimeException re) {