Skip to content

Commit

Permalink
Fix typo in showing Xen version on the "This Device" tab
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Sep 6, 2024
1 parent 5902fa1 commit b4aec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes_config/global_config/thisdevice_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self,
qubes_ver=self._get_version('qubes'),
bios=self._get_data('bios'),
kernel_ver=self._get_version('kernel'),
xen_ver=self._get_version('xes'))
xen_ver=self._get_version('xen'))
self.set_state(self.compat_hvm_image, self._get_data('hvm'))
self.compat_hvm_label.set_markup(f"<b>HVM:</b> {self._get_data('hvm')}")

Expand Down

0 comments on commit b4aec4d

Please sign in to comment.