Skip to content

Commit c899bd3

Browse files
committed
Help: drop hard-coded white from localized panel titles
The 'Available Commands' and 'Control Flow Statements' Panel titles live in en.ftl as [bold white]...[/]. White on a light terminal background is invisible (matches the screenshot showing an empty bordered box). Switched both to [bold] so the title falls through to the terminal's default foreground, consistent with the help headers fixed in e37b59b.
1 parent e37b59b commit c899bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CosmosDBShell/lang/en.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,9 @@ help-statements = Statements
587587
help-example = Example
588588
help-syntax = Syntax
589589
help-available-commands = Available Commands
590-
help-available-commands-styled = [bold white]Available Commands[/]
590+
help-available-commands-styled = [bold]Available Commands[/]
591591
help-control-flow-statements = Control Flow Statements:
592-
help-control-flow-statements-styled = [bold white]Control Flow Statements[/]
592+
help-control-flow-statements-styled = [bold]Control Flow Statements[/]
593593
help-list-of-available-commands = List of available commands
594594
help-category-connection = Connection
595595
help-category-connection-styled = Connection

0 commit comments

Comments
 (0)