Skip to content

Commit 16d3bf5

Browse files
committed
Change share to publish
1 parent d680cc4 commit 16d3bf5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/org/wise/portal/domain/general/contactwise/IssueType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public enum IssueType {
3333

3434
TROUBLE_LOGGING_IN, NEED_HELP_USING_WISE, PROJECT_PROBLEMS,
35-
STUDENT_MANAGEMENT, AUTHORING, SHARE, FEEDBACK, OTHER;
35+
STUDENT_MANAGEMENT, AUTHORING, PUBLISH, FEEDBACK, OTHER;
3636

3737
private static Properties i18nProperties;
3838

src/main/resources/i18n/i18n.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@ contact.contactwisegeneral.STUDENT_MANAGEMENT=Student Management
693693
contact.contactwisegeneral.STUDENT_MANAGEMENT.description=The text for the issue type drop down option for Student Management
694694
contact.contactwisegeneral.AUTHORING=Need Help with Authoring
695695
contact.contactwisegeneral.AUTHORING.description=The text for the issue type drop down option for Need Help with Authoring
696-
contact.contactwisegeneral.SHARE=Share Unit
697-
contact.contactwisegeneral.SHARE.description=The text for the issue type drop down option for Share Unit
696+
contact.contactwisegeneral.PUBLISH=Publish Unit to the WISE Community
697+
contact.contactwisegeneral.PUBLISH.description=The text for the issue type drop down option for Publish Unit to the WISE Community
698698
contact.contactwisegeneral.FEEDBACK=Feedback to WISE
699699
contact.contactwisegeneral.FEEDBACK.description=The text for the issue type drop down option for Feedback to WISE
700700
contact.contactwisegeneral.OTHER=Other Problem
@@ -736,8 +736,8 @@ contact.contactwiseproject.STUDENT_MANAGEMENT=Student Management
736736
contact.contactwiseproject.STUDENT_MANAGEMENT.description=The text for the issue type drop down option for Student Management
737737
contact.contactwiseproject.AUTHORING=Need Help with Authoring
738738
contact.contactwiseproject.AUTHORING.description=The text for the issue type drop down option for Need Help with Authoring
739-
contact.contactwiseproject.SHARE=Share Unit
740-
contact.contactwiseproject.SHARE.description=The text for the issue type drop down option for Share Unit
739+
contact.contactwiseproject.PUBLISH=Publish Unit to the WISE Community
740+
contact.contactwiseproject.PUBLISH.description=The text for the issue type drop down option for Publish Unit to the WISE Community
741741
contact.contactwiseproject.FEEDBACK=Feedback to WISE
742742
contact.contactwiseproject.FEEDBACK.description=The text for the issue type drop down option for Feedback to WISE
743743
contact.contactwiseproject.OTHER=Other Problem

0 commit comments

Comments
 (0)