Skip to content

Commit

Permalink
chore: Correct footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
pommee committed Aug 11, 2024
1 parent 13f6ba4 commit f34c4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def set_bindings_from_config_keymap(self) -> None:
self.set_keybind(
keymap.get("toggle-scroll"),
"toggle_auto_scroll",
description="Wrap logs",
description="Auto scroll",
)

def set_keybind(self, key: str, action: str, description: str):
Expand Down

0 comments on commit f34c4a7

Please sign in to comment.