Skip to content

Commit 9d1ec94

Browse files
committed
fix: added comma
1 parent 5ed0a2e commit 9d1ec94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/io/snyk/eclipse/plugin/preferences/PreferencesPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected void createFieldEditors() {
5050
addField(tokenField);
5151

5252
addField(new StringFieldEditor(Preferences.PATH_KEY, "Path:", 80, getFieldEditorParent()));
53-
addField(new LabelFieldEditor("If you're using SSO with Snyk and OAuth2 the custom endpoint configuration is automatically populated.\n"
53+
addField(new LabelFieldEditor("If you're using SSO with Snyk and OAuth2, the custom endpoint configuration is automatically populated.\n"
5454
+ "Otherwise, for public regional instances, " + "see the docs: ", getFieldEditorParent()));
5555
Link link = new Link(this.getFieldEditorParent(), SWT.NONE);
5656

0 commit comments

Comments
 (0)