mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +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) {
|
} else if (bounds.start > bounds.end) {
|
||||||
return {
|
return {
|
||||||
valid: false,
|
valid: false,
|
||||||
message: 'Specified start date exceeds end bound'
|
message: 'Start bound exceeds end bound'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user