summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
Diffstat (limited to 'src/store')
-rw-r--r--src/store/modules/Health/SystemStore.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/store/modules/Health/SystemStore.js b/src/store/modules/Health/SystemStore.js
index b4ee3847..55f37542 100644
--- a/src/store/modules/Health/SystemStore.js
+++ b/src/store/modules/Health/SystemStore.js
@@ -57,11 +57,11 @@ const SystemStore = {
console.log('error', error);
if (ledState) {
throw new Error(
- i18n.t('pageHardwareStatus.toast.errorTurnOnIdentifyLed')
+ i18n.t('pageHardwareStatus.toast.errorEnableIdentifyLed')
);
} else {
throw new Error(
- i18n.t('pageHardwareStatus.toast.errorTurnOffIdentifyLed')
+ i18n.t('pageHardwareStatus.toast.errorDisableIdentifyLed')
);
}
});