diff --git a/src/app/mod.rs b/src/app/mod.rs index 9a7a666..bd5633b 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -118,7 +118,7 @@ impl Default for App { fn default() -> Self { App { navigation_stack: vec![DEFAULT_ROUTE], - title: " JWT TUI - A command line UI for decoding/encoding JSON Web Tokens ", + title: " JWT TUI - A Terminal UI for decoding/encoding JSON Web Tokens ", should_quit: false, main_tabs: TabsState::new(vec![ TabRoute {