Skip to content

Commit 3fc0f07

Browse files
committed
clarified stage title
1 parent dfa905e commit 3fc0f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/UI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void start(Stage primaryStage) throws Exception {
4545

4646
// create the dialog to collect github username/password
4747
// and show it as the first thing
48-
_passwordStage = new KarenStage("Password", _controller, null);
48+
_passwordStage = new KarenStage("Github Login", _controller, null);
4949
Group passwordGroup = new Group();
5050
Scene passwordScene = new Scene(passwordGroup);
5151
_passwordStage.setScene(passwordScene);

0 commit comments

Comments
 (0)