Skip to content

Commit

Permalink
PersistentCredentials: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Hahmann <[email protected]>
  • Loading branch information
maarzt and stefanhahmann authored Nov 9, 2023
1 parent 9efb1c9 commit d6779be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private boolean queryPassword( String url, boolean previousAuthenticationFailed
panel.add( new JLabel( url ), "span, wrap, gapbottom unrelated" );
panel.add( new JLabel( "username" ) );
panel.add( usernameField, "wrap" );
panel.add( new JLabel( " password" ) );
panel.add( new JLabel( "password" ) );
panel.add( passwordField, "wrap" );
if ( previousAuthenticationFailed )
panel.add( new JLabel( "<html><font color=red>(Authentication failed. Please try again!)" ), "span, wrap" );
Expand Down

0 comments on commit d6779be

Please sign in to comment.