diff --git a/assets/js/collaborative-editor/components/diagram/CollaborativeWorkflowDiagram.tsx b/assets/js/collaborative-editor/components/diagram/CollaborativeWorkflowDiagram.tsx
index ed4772ee3f..e66e92076e 100644
--- a/assets/js/collaborative-editor/components/diagram/CollaborativeWorkflowDiagram.tsx
+++ b/assets/js/collaborative-editor/components/diagram/CollaborativeWorkflowDiagram.tsx
@@ -5,6 +5,8 @@
import { ReactFlowProvider } from '@xyflow/react';
import { useMemo, useState, useCallback, useEffect, useRef } from 'react';
+import { cn } from '#/utils/cn';
+
import {
useHistoryPanelCollapsed,
useEditorPreferencesCommands,
@@ -158,7 +160,7 @@ export function CollaborativeWorkflowDiagram({
- This run was executed on version {runVersion}, but you're viewing - version {currentVersion}. Steps shown may not match the current workflow - structure. -
++ This run was executed with version {runVersion}, but you're + viewing version {currentVersion}. Not all steps executed in the + run will appear on the canvas if the workflow structure has + changed. +
+