diff --git a/server/src/uds/core/ui/user_interface.py b/server/src/uds/core/ui/user_interface.py index 7b89486c0..f6d5a2b9a 100644 --- a/server/src/uds/core/ui/user_interface.py +++ b/server/src/uds/core/ui/user_interface.py @@ -256,7 +256,7 @@ class gui: def fromBool(bol: bool) -> str: """ Converts a boolean to the string representation. True is converted to - "true", False to "false". + "true", False to "false". (gui.TRUE and gui.FALSE are the same) Args: bol: Boolean value (True or false) to convert