You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/features/conductor-v2/src/TimeConductorController.js
+5-5
Original file line number
Diff line number
Diff line change
@@ -66,20 +66,20 @@ define(
66
66
{
67
67
key: 'fixed',
68
68
glyph: '\ue604',
69
-
name: 'Fixed Time-Span',
70
-
description: 'Display data that falls between two fixed dates'
69
+
name: 'Fixed Timespan Mode',
70
+
description: 'Query and explore data that falls between two fixed datetimes.'
71
71
},
72
72
{
73
73
key: 'realtime',
74
74
glyph: '\u0043',
75
75
name: 'Real-time Mode',
76
-
description: 'Monitor real-time streaming data as it comes in to the application. The Time Conductor will automatically advance itself based on a UTC clock.'
76
+
description: 'Monitor real-time streaming data as it comes in. The Time Conductor and displays will automatically advance themselves based on a UTC clock.'
77
77
},
78
78
{
79
79
key: 'latest',
80
80
glyph: '\u0044',
81
-
name: 'Latest Available Data',
82
-
description: 'Monitor real-time streaming data as it comes in to the application. In contrast to real-time mode the time conductor will only advance when data becomes available.'
81
+
name: 'Latest Available Data Mode',
82
+
description: 'Monitor real-time streaming data as it comes in. The Time Conductor and displays will only advance when data becomes available.'
0 commit comments