reset: fix button overlap (#36929)

fix
This commit is contained in:
Maxime Desroches
2025-12-18 16:03:45 -08:00
committed by GitHub
parent 89d9fdca82
commit 13b8a67ae2

View File

@@ -132,7 +132,7 @@ class Reset(Widget):
if self._reset_state == ResetState.FAILED:
return "Reset failed. Reboot to try again."
if self._mode == ResetMode.RECOVER:
return "Unable to mount data partition. Partition may be corrupted."
return "Unable to mount data partition. It may be corrupted."
return "All content and settings will be erased."