fix:修改远程开锁时的文本描述
This commit is contained in:
parent
65d853860b
commit
d68bee7e34
@ -40,7 +40,7 @@ class _RemoteUnlockingPageState extends State<RemoteUnlockingPage> with RouteAwa
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Text(
|
||||
'功能开启后,你将可以通过网关远程开锁。此功能的开启和关闭只能在锁附近通过手机蓝牙进行。'.tr,
|
||||
'功能开启后,你将可以通过网关远程开锁。'.tr,
|
||||
style: TextStyle(
|
||||
fontSize: 20.sp, color: AppColors.darkGrayTextColor),
|
||||
)),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user