diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/BadgeConfigTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/BadgeConfigTypeEnum.java index 86f04d34..91555b1b 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/BadgeConfigTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/BadgeConfigTypeEnum.java @@ -30,9 +30,9 @@ public enum BadgeConfigTypeEnum { HONOR_ACTIVITY, /** - * 荣誉成就. + * 荣誉管理员. */ - HONOR_ACHIEVEMENT, + HONOR_ADMIN, /** * 房间徽章. diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java index 5c714b19..57caab8a 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java @@ -31,9 +31,9 @@ public enum SysBadgeConfigTypeEnum { HONOR_ACTIVITY("HONOR_ACTIVITY", "荣誉-活动"), /** - * 荣誉成就. + * 荣誉管理员. */ - HONOR_ACHIEVEMENT("HONOR_ACHIEVEMENT", "荣誉-成就"), + HONOR_ADMIN("HONOR_ADMIN", "荣誉-成就"), /** * 家族-徽章. diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_en.properties b/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_en.properties index e5e1d98e..ce4f29c0 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_en.properties +++ b/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_en.properties @@ -42,5 +42,5 @@ props.type.ACTIVITY=Badge props.type.ADMINISTRATOR=Badge props.type.ACHIEVEMENT=Badge props.type.HONOR_ACTIVITY=Honor -props.type.HONOR_ACHIEVEMENT=Honor +props.type.HONOR_ADMIN=Honor