Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -198,7 +198,7 @@ |
198 | 198 | const newStatus = checked ? 1 : 0; |
199 | 199 | const res = await putSchedueByidAndStatusManage(record.id, newStatus); |
200 | 200 | if (res && newStatus) { |
201 | - createMessage.success(t('common.enableSuccessOkText')); | |
201 | + createMessage.success(t('common.enabledSuccessOkText')); | |
202 | 202 | } else { |
203 | 203 | createMessage.success(t('common.disabledSuccessOkText')); |
204 | 204 | } | ... | ... |