Skip to content

Commit 0addca3

Browse files
chore: rename token field
1 parent a9405f4 commit 0addca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void init(IWorkbench workbench) {
3434
@Override
3535
protected void createFieldEditors() {
3636
TokenFieldEditor tokenField = new TokenFieldEditor(Preferences.getInstance(), Preferences.AUTH_TOKEN_KEY,
37-
"Snyk API Token:", getFieldEditorParent());
37+
"Token:", getFieldEditorParent());
3838

3939
addField(new BooleanFieldEditor(Preferences.USE_TOKEN_AUTH, "Use token authentication. It is recommended to keep this turned off, as the default OAuth2 authentication is more secure.",
4040
getFieldEditorParent()));

0 commit comments

Comments
 (0)