Skip to content

Commit

Permalink
changed enable to Allow krux apps text in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed Dec 12, 2024
1 parent 89ca832 commit 7c59eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krux/krux_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def label(self, attr):
"auto_shutdown": t("Shutdown Time"),
"hide_mnemonic": t("Hide Mnemonics"),
"boot_flash_hash": t("TC Flash Hash at Boot"),
"allow_kapp": t("Enable Krux apps"),
"allow_kapp": t("Allow Krux apps"),
}[attr]


Expand Down

0 comments on commit 7c59eae

Please sign in to comment.