We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa905e commit 3fc0f07Copy full SHA for 3fc0f07
src/ui/UI.java
@@ -45,7 +45,7 @@ public void start(Stage primaryStage) throws Exception {
45
46
// create the dialog to collect github username/password
47
// and show it as the first thing
48
- _passwordStage = new KarenStage("Password", _controller, null);
+ _passwordStage = new KarenStage("Github Login", _controller, null);
49
Group passwordGroup = new Group();
50
Scene passwordScene = new Scene(passwordGroup);
51
_passwordStage.setScene(passwordScene);
0 commit comments