Skip to content

Commit 9a5520f

Browse files
author
TheAngularity
authored
Update flightlog_index.js
1 parent 58780ba commit 9a5520f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/flightlog_index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ function FlightLogIndex(logData) {
193193
// Did we not find any events in this log?
194194
if (intraIndex.minTime === false) {
195195
if (sawEndMarker) {
196-
intraIndex.error = "Logging was paused, no data recorded";
196+
intraIndex.error = "Logging paused, no data";
197197
} else {
198-
intraIndex.error = "Log is truncated, contains no data";
198+
intraIndex.error = "Log truncated, no data";
199199
}
200200
}
201201

0 commit comments

Comments
 (0)