diff --git a/src/main/java/neatlogic/framework/autoexec/constvalue/ReviewStatus.java b/src/main/java/neatlogic/framework/autoexec/constvalue/ReviewStatus.java index 0c3743f57db08b43e20342a5a7985ee25ecbc37e..43d6553dacd03900ea84af7a7fe8c3ecb5091c1b 100644 --- a/src/main/java/neatlogic/framework/autoexec/constvalue/ReviewStatus.java +++ b/src/main/java/neatlogic/framework/autoexec/constvalue/ReviewStatus.java @@ -23,9 +23,9 @@ import neatlogic.framework.util.$; import java.util.List; public enum ReviewStatus implements IEnum { - WAITING("waiting", "待审核"), - PASSED("passed", "已通过"), - FAILED("failed", "enum.autoexec.reviewstatus.failed "); + WAITING("waiting", "nfac.reviewstatus.waiting"), + PASSED("passed", "term.diagram.status.passed"), + FAILED("failed", "nfac.reviewstatus.failed"); private final String value; private final String text;