File tree Expand file tree Collapse file tree
checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class PluginConstants {
1515 public static final String NO_CHANGES = "No changes..." ;
1616 public static final String BTN_UPDATE = "Update" ;
1717 public static final String BTN_LOADING = "Loading" ;
18- public static final String DEFAULT_COMMENT_TXT = "Enter comment " ;
18+ public static final String DEFAULT_COMMENT_TXT = "Notes " ;
1919 public static final String LOADING_BFL = "Loading BFL" ;
2020 public static final String BFL_FOUND = "Indicates the Best Fix Location. Speed up your remediation by fixing multiple vulnerabilities at once" ;
2121 public static final String BFL_NOT_FOUND = "Best fix Location not available for given results" ;
Original file line number Diff line number Diff line change @@ -1371,7 +1371,7 @@ public void widgetSelected(SelectionEvent event) {
13711371
13721372 Job job = new Job ("Checkmarx: Updating triage information..." ) {
13731373 String comment = commentText .getText () != null
1374- && !commentText .getText ().equalsIgnoreCase ("Enter comment " ) ? commentText .getText ()
1374+ && !commentText .getText ().equalsIgnoreCase ("Notes " ) ? commentText .getText ()
13751375 : "" ;
13761376
13771377 @ Override
You can’t perform that action at this time.
0 commit comments