diff --git a/fitnesstrax/app/src/main.rs b/fitnesstrax/app/src/main.rs index 8a36bf5..817a3d9 100644 --- a/fitnesstrax/app/src/main.rs +++ b/fitnesstrax/app/src/main.rs @@ -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