mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
make message universal to all timeSystems
This commit is contained in:
parent
fbf145c240
commit
eb314a6fab
@ -196,7 +196,7 @@ class TimeContext extends EventEmitter {
|
||||
} else if (bounds.start > bounds.end) {
|
||||
return {
|
||||
valid: false,
|
||||
message: 'Specified start date exceeds end bound'
|
||||
message: 'Start bound exceeds end bound'
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user