Fix grammar in info box on PID Autotune failure

This commit is contained in:
atse 2024-07-11 12:50:09 +08:00
parent 4d3d4f4bc1
commit 4690e12432

View File

@ -332,7 +332,7 @@ class MainWindow(QtWidgets.QMainWindow):
case PIDAutotuneState.STATE_FAILED:
self.info_box.display_info_box(
"PID Autotune Failed", f"Channel {ch} PID Autotune is failed."
"PID Autotune Failed", f"Channel {ch} PID Autotune has failed."
)
self.info_box.show()