Skip to content

Commit 1c93e65

Browse files
author
Arvyd Paeglit
authored
Merge pull request #197 from snyk/fix/rename-token-field
chore: rename token field
2 parents a9405f4 + 0addca3 commit 1c93e65

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)