From 81ec202abff9fb0ebd0040bb1a62e14f00e32c98 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Sun, 17 Dec 2023 14:38:55 -0500 Subject: [PATCH] Add a lot of commentary --- fitnesstrax/app/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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