mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-22 15:38:05 -05:00
Changed label text
This commit is contained in:
parent
adfea254df
commit
b2c7907003
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ public class ViaProxyUI extends JFrame {
|
|||
this.contentPane.add(this.bindPort);
|
||||
}
|
||||
{
|
||||
JLabel authMethodLabel = new JLabel("Auth Method:");
|
||||
authMethodLabel.setBounds(10, 200, 100, 20);
|
||||
JLabel authMethodLabel = new JLabel("Server Online Mode Auth Method:");
|
||||
authMethodLabel.setBounds(10, 200, 250, 20);
|
||||
this.contentPane.add(authMethodLabel);
|
||||
|
||||
this.authMethod = new JComboBox<>(new String[]{"OpenAuthMod"});
|
||||
|
|
Loading…
Reference in a new issue