|
@@ -172,11 +172,9 @@ class MeasureConfigurationPageState extends State<MeasureConfigurationPage> {
|
|
|
FConfirmAlert.show(
|
|
|
context: Get.context!,
|
|
|
title: i18nBook.common.tip.t,
|
|
|
- subTitle: "设置发生变更,是否需要保存?",
|
|
|
- confrimLabel: "保存并退出",
|
|
|
- cancelLabel: "不保存",
|
|
|
- // confrimLabel: i18nBook.common.confirm.t,
|
|
|
- // cancelLabel: i18nBook.common.cancel.t,
|
|
|
+ subTitle: i18nBook.measure.settingChangedAlert.t,
|
|
|
+ confrimLabel: i18nBook.measure.saveAndExit.t,
|
|
|
+ cancelLabel: i18nBook.measure.exitWithoutSave.t,
|
|
|
businessParent: widget,
|
|
|
onConfirm: () async {
|
|
|
_saveAndExit();
|