Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Oct 23, 2023
1 parent aa4b120 commit ca27aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ca27aba

Please sign in to comment.