Skip to content

Commit

Permalink
fix(jans-cli-tui): typo in agama help popup (#8135)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
devrimyatar committed Mar 25, 2024
1 parent 5e63fbb commit a6b348b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jans-cli-tui/cli_tui/plugins/010_auth_server/agama.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ def __init__(
self.data = []
self.first_enter = False
self.jans_help = get_help_with(
f'<d> {_("Display agama project config")}\n'
f'<c> {_("Manage agama project Configuration")}\n'
f'<Delete> {_("Delete current agama project")}',
f'<d> {_("Display Agama project config")}\n'
f'<c> {_("Manage Agama project Configuration")}\n'
f'<Delete> {_("Delete current Agama project")}',
without=['d', 'delete']
)

Expand Down Expand Up @@ -69,8 +69,8 @@ def __init__(
self.main_container.on_page_enter = self.on_page_enter

self.main_container.jans_help = get_help_with(
f'<v> {_("Display agama project details")}\n'
f'<c> {_("Managey agama project configuration")}\n',
f'<v> {_("Display Agama project details")}\n'
f'<c> {_("Manage Agama project configuration")}\n',
without=['v', 'enter']
)

Expand Down

0 comments on commit a6b348b

Please sign in to comment.