diff --git a/typstwriter/util.py b/typstwriter/util.py index 727f82f..8e7c6c5 100644 --- a/typstwriter/util.py +++ b/typstwriter/util.py @@ -227,7 +227,7 @@ def selection_end_block(cursor): def typst_available(): """Check if typst is available.""" - expected_output = "The Typst compiler" + expected_output = "Typst" expected_exit_code = 2 process = QtCore.QProcess()