Browse Source

修正俄语环境下有中文的问题

loki.wu 1 year ago
parent
commit
20dd2d96eb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/view/measure/operate_type_change_button.dart

+ 2 - 0
lib/view/measure/operate_type_change_button.dart

@@ -266,6 +266,8 @@ class OperateTypeChangeButtonState extends State<OperateTypeChangeButton>
     final completer = Completer<bool>();
     FConfirmAlert.show(
       context: context,
+      confrimLabel: i18nBook.common.confirm.t,
+      cancelLabel: i18nBook.common.cancel.t,
       title: i18nBook.common.tip.t,
       subTitle: i18nBook.measure.thirdImageNeedCalibratingTips.t,
       businessParent: widget.businessParent,