Skip to content

Commit

Permalink
fix(jans-cli-tui): rename Message to Lock (#7210)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
devrimyatar committed Dec 27, 2023
1 parent ec8afbe commit 19968e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jans-cli-tui/cli_tui/plugins/010_auth_server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,14 @@ def oauth_prepare_navbar(self) -> None:
entries=[
('clients', 'C[l]ients'),
('scopes', 'Sc[o]pes'),
('keys', '[K]eys'),
('keys', 'Ke[y]s'),
('authn', 'Au[t]hn'),
('properties', 'Properti[e]s'),
('logging', 'Lo[g]ging'),
('ssa', '[S]SA'),
('agama', 'Aga[m]a'),
('attributes', 'Attri[b]utes'),
('message', 'Message')
('message', 'Loc[k]')
],
selection_changed=self.oauth_nav_selection_changed,
select=0,
Expand Down

0 comments on commit 19968e8

Please sign in to comment.