Skip to content

Commit

Permalink
fix #275 Please rename password label to "Password/API Token"
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMicS committed Jul 20, 2021
1 parent 4cbbd91 commit 695dee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Password:"/>
<text value="Password/API-Token:"/>
<toolTipText value="It is recommend to use API Token. Password usage can be blocked or require valid crumb data."/>
</properties>
</component>
<grid id="80b3a" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ public class ConfigurationPanel {
public ConfigurationPanel(final Project project) {
serverUrl.setName("serverUrl");
buildDelay.setName("buildDelay");
jobRefreshPeriod.setName("jobRefreshPeriod");
jobRefreshPeriod.setName("job refresh period");
rssRefreshPeriod.setName("rssRefreshPeriod");
numBuildRetries.setName("numBuildRetries");
username.setName("_username_");

passwordField.setName("passwordFile");
passwordField.setName("API Token");
crumbDataField.setName("crumbDataFile");

testConnectionButton.setName("testConnectionButton");
Expand Down

0 comments on commit 695dee6

Please sign in to comment.