Skip to content

Commit

Permalink
Config Tool: Changed ESBMC Manage to ESBMC Install menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Feb 13, 2024
1 parent 4b0b5ae commit 4eb02b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbmc_ai_config/contexts/esbmc_menu/esbmc_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _get_menu_choices(self) -> list[str | urwid.Widget]:
return [
urwid.AttrMap(
urwid.Button(
"Manage ESBMC installations",
"Install ESBMC",
on_press=lambda button: ContextManager.push_context(ESBMCManage()),
),
None,
Expand Down

0 comments on commit 4eb02b2

Please sign in to comment.