Skip to content

Commit cdf8200

Browse files
Arvyd Paeglitbastiandoetsch
andauthored
chore: changed the label of the endpoint configuration field (#202)
Co-authored-by: Bastian Doetsch <bastian.doetsch@snyk.io>
1 parent 260554d commit cdf8200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/java/io/snyk/eclipse/plugin/wizards/SnykWizardConfigureAPIPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void createControl(Composite parent) {
4141
composite.setLayout(gl);
4242

4343
Label endpointLabel = new Label(composite, SWT.NONE);
44-
endpointLabel.setText("Specify the custom endpoint for Single Tenant setups (default: https://api.snyk.io):");
44+
endpointLabel.setText("Specify the Snyk API endpoint. Useful for custom Multi Tenant or Single Tenant setup (default: https://api.snyk.io):");
4545

4646
String endpointValue = initialEndpoint == null || initialEndpoint.isBlank() ? this.defaultEndpoint : initialEndpoint;
4747
endpoint = new Text(composite, SWT.BORDER);

0 commit comments

Comments
 (0)