wxr
2023-09-06 76e8a76fb6634d9a81244dde3ca0b86e62b6211a
HDL_ON/UI/UI2/FuntionControlView/Video/WanderingAlarmPage.cs
@@ -31,12 +31,8 @@
                TextAlignment = TextAlignment.CenterLeft,
                TextColor = CSS_Color.PromptingColor1,
                TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
                Text = "*可视对讲可以自动识别门口可疑人员,并发起徘徊报警记录"
                TextID =StringId.SmartDoorstepMachineAlarmPrompt,
            };
            if(Language.CurrentLanguage != "Chinese")
            {
                btnTipMsg.Text = "*Visual intercom can automatically identify suspicious persons at the door and initiate wandering alarm records";
            }
            bodyView.AddChidren(btnTipMsg);
            contentView = new VerticalScrolViewLayout()