diff --git a/src/main/java/org/wise/portal/domain/general/contactwise/IssueType.java b/src/main/java/org/wise/portal/domain/general/contactwise/IssueType.java index afe936c16a..4f72161cc7 100644 --- a/src/main/java/org/wise/portal/domain/general/contactwise/IssueType.java +++ b/src/main/java/org/wise/portal/domain/general/contactwise/IssueType.java @@ -32,7 +32,7 @@ public enum IssueType { TROUBLE_LOGGING_IN, NEED_HELP_USING_WISE, PROJECT_PROBLEMS, - STUDENT_MANAGEMENT, AUTHORING, FEEDBACK, OTHER; + STUDENT_MANAGEMENT, AUTHORING, PUBLISH, FEEDBACK, OTHER; private static Properties i18nProperties; diff --git a/src/main/resources/i18n/i18n.properties b/src/main/resources/i18n/i18n.properties index 75ca9e9e96..92d0bd5d2f 100644 --- a/src/main/resources/i18n/i18n.properties +++ b/src/main/resources/i18n/i18n.properties @@ -693,6 +693,8 @@ contact.contactwisegeneral.STUDENT_MANAGEMENT=Student Management contact.contactwisegeneral.STUDENT_MANAGEMENT.description=The text for the issue type drop down option for Student Management contact.contactwisegeneral.AUTHORING=Need Help with Authoring contact.contactwisegeneral.AUTHORING.description=The text for the issue type drop down option for Need Help with Authoring +contact.contactwisegeneral.PUBLISH=Publish Unit to the WISE Community +contact.contactwisegeneral.PUBLISH.description=The text for the issue type drop down option for Publish Unit to the WISE Community contact.contactwisegeneral.FEEDBACK=Feedback to WISE contact.contactwisegeneral.FEEDBACK.description=The text for the issue type drop down option for Feedback to WISE contact.contactwisegeneral.OTHER=Other Problem @@ -734,6 +736,8 @@ contact.contactwiseproject.STUDENT_MANAGEMENT=Student Management contact.contactwiseproject.STUDENT_MANAGEMENT.description=The text for the issue type drop down option for Student Management contact.contactwiseproject.AUTHORING=Need Help with Authoring contact.contactwiseproject.AUTHORING.description=The text for the issue type drop down option for Need Help with Authoring +contact.contactwiseproject.PUBLISH=Publish Unit to the WISE Community +contact.contactwiseproject.PUBLISH.description=The text for the issue type drop down option for Publish Unit to the WISE Community contact.contactwiseproject.FEEDBACK=Feedback to WISE contact.contactwiseproject.FEEDBACK.description=The text for the issue type drop down option for Feedback to WISE contact.contactwiseproject.OTHER=Other Problem