From c3c653f7a677f18324c799bbed7df8f5f3b4006c Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Wed, 20 Oct 2021 18:55:01 +0200 Subject: [PATCH] changed the info message with an indicator why there is no panel with a docker-compose file --- src/ui/no_yaml.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/no_yaml.rs b/src/ui/no_yaml.rs index 298b64c..86c7e9c 100644 --- a/src/ui/no_yaml.rs +++ b/src/ui/no_yaml.rs @@ -52,7 +52,7 @@ impl NoYaml { state: State::EditRepo, repo, tags: tag_list::TagList::with_status("Tags are empty"), - info: info::Info::new("edit the Repository widget to load tags"), + info: info::Info::new("could not find a docker-compose file"), }; // load tags if a repository was given thorugh paramter