Skip to content

Commit 788483e

Browse files
committed
[Frontend] Styling of Time Conductor v2
Fixes #933 Tweaks to language
1 parent 7b19f91 commit 788483e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

platform/features/conductor-v2/src/TimeConductorController.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@ define(
6666
{
6767
key: 'fixed',
6868
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.'
7171
},
7272
{
7373
key: 'realtime',
7474
glyph: '\u0043',
7575
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.'
7777
},
7878
{
7979
key: 'latest',
8080
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.'
8383
}
8484
]
8585
}

0 commit comments

Comments
 (0)