diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index c4e68789..bb83cdb4 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -107,7 +107,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP if (finished) { notify('info', 'Run finished'); } else { - notify('error', 'Interpretation failed to start'); + notify('error', 'Run failed to start'); } } };