Add a lot of commentary
This commit is contained in:
parent
504780855c
commit
81ec202abf
|
@ -78,7 +78,7 @@ impl UnconfiguredView {
|
|||
// Replace this with the welcome screen that we set up in the fitnesstrax/unconfigured-page
|
||||
// branch.
|
||||
let label = gtk::Label::builder()
|
||||
.label("Database is not configured.")
|
||||
.label("Welcome to FitnessTrax")
|
||||
.build();
|
||||
s.append(&label);
|
||||
s
|
||||
|
|
Loading…
Reference in New Issue