From c5e5397ed832a5e9b869b92e99195f7495dc794c Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Thu, 23 Mar 2023 21:44:55 +0000 Subject: [PATCH] Fix typo in console header --- apps/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console.py b/apps/console.py index b7c30c77..2bee0c81 100644 --- a/apps/console.py +++ b/apps/console.py @@ -218,7 +218,7 @@ class ConsoleApp: filter=Condition(lambda: self.top_tab == 'local-services'), ), ConditionalContainer( - Frame(Window(self.remote_services_text), title='Remove Services'), + Frame(Window(self.remote_services_text), title='Remote Services'), filter=Condition(lambda: self.top_tab == 'remote-services'), ), ConditionalContainer(