wxr
2024-07-02 b822232f0743d22e5bd3847eb993894bf090b214
HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs
@@ -64,14 +64,14 @@
                TextColor = CSS_Color.FirstLevelTitleColor,
                Padding = new Padding(12,  Application.GetRealWidth(16), 12, Application.GetRealWidth(16)),
                TextSize = CSS_FontSize.TextFontSize,
                Text = "*您可以将第三方品牌的设备关联到On Pro您当前的住宅上。",
                Text = "*您可以将第三方品牌的设备关联到《想天智控》您当前的住宅上。",
                IsMoreLines = true,
                TextAlignment = TextAlignment.CenterLeft,
            };
            bodyView.AddChidren(btnTipText);
            if (Language.CurrentLanguage != "Chinese")
            {
                btnTipText.Text = "*You can associate third-party branded devices with on Pro's current home.";
                btnTipText.Text = "*You can associate third-party branded devices with 想天智控's current home.";
            }
            contentView = new FrameLayout()