修复语言
This commit is contained in:
@@ -1259,7 +1259,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
|
||||
} else {
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "设备连接失败,请点击刷新重试".tr,
|
||||
text: "设备连接超时,请重试".tr,
|
||||
textColor: themeController.currentColor.sc9,
|
||||
);
|
||||
}
|
||||
@@ -1267,7 +1267,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
|
||||
blueteethBindController.blueConnectFlag.value = 1;
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "设备连接失败,请点击刷新重试".tr,
|
||||
text: "设备连接超时,请重试".tr,
|
||||
textColor: themeController.currentColor.sc9,
|
||||
);
|
||||
} finally {
|
||||
|
||||
@@ -1091,7 +1091,7 @@ class _MHTWifiAfterPageState extends State<MHTWifiAfterPage> {
|
||||
blueteethBindController.netType.value = 3;
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "设备连接超时,请点击刷新重试".tr,
|
||||
text: "设备连接超时,请重试".tr,
|
||||
textColor: themeController.currentColor.sc9,
|
||||
);
|
||||
FlutterBluePlus.stopScan();
|
||||
@@ -1225,7 +1225,7 @@ class _MHTWifiAfterPageState extends State<MHTWifiAfterPage> {
|
||||
} else {
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "设备连接失败,请点击刷新重试".tr,
|
||||
text: "设备连接超时,请重试".tr,
|
||||
textColor: themeController.currentColor.sc9,
|
||||
);
|
||||
}
|
||||
@@ -1233,7 +1233,7 @@ class _MHTWifiAfterPageState extends State<MHTWifiAfterPage> {
|
||||
blueteethBindController.blueConnectFlag.value = 1;
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "设备连接失败,请点击刷新重试".tr,
|
||||
text: "设备连接超时,请重试".tr,
|
||||
textColor: themeController.currentColor.sc9,
|
||||
);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user