Skip to content

Commit

Permalink
fix: jans-cli-tui fix typo (ref: #3475)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelwahabAdam committed Dec 31, 2022
1 parent 7bd8d26 commit 75d2e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def prepare_tabs(self) -> None:
style='class:outh-client-radiobutton'),

self.myparent.getTitledCheckBox(
_("Incliude Claims in id_token"),
_("Include Claims in id_token"),
name='includeClaimsInIdToken',
checked=self.data.get('includeClaimsInIdToken'),
jans_help=self.myparent.get_help_from_schema(schema, 'includeClaimsInIdToken'),
Expand Down

0 comments on commit 75d2e1c

Please sign in to comment.