File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugin/src/main/java/io/snyk/eclipse/plugin/properties Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ protected void createFieldEditors() {
9292 var url = Preferences .getInstance ().getEndpoint () + "/account" ;
9393 var urlUserDocs = "https://docs.snyk.io/developer-tools/snyk-ide-plugins-and-extensions/eclipse-plugin/configuration-of-the-eclipse-plugin#global-settings" ;
9494 addField (new LabelFieldEditor (
95- "[Experimental] Use automatic organization selection. When enabled, Snyk will automatically select the most\n "
95+ "Use automatic organization selection. When enabled, Snyk will automatically select the most\n "
9696 + "appropriate organization for your project using context found in your repository and your authentication.\n "
9797 + "\n "
9898 + "If an organization is configured manually, this feature will be overridden.\n "
@@ -123,7 +123,7 @@ public void widgetSelected(SelectionEvent e) {
123123 addField (projectOrg );
124124
125125 addField (new LabelFieldEditor (
126- "[Experimental] Specify the organization (ID or name) for Snyk to run scans against for this specific IDE project.\n "
126+ "Specify the organization (ID or name) for Snyk to run scans against for this specific IDE project.\n "
127127 + "\n "
128128 + "If the organization value is blank or invalid, the value from the global Organization field will be used." ,
129129 getFieldEditorParent ()));
You can’t perform that action at this time.
0 commit comments