Skip to content

Commit

Permalink
Change no match info alert
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 2, 2023
1 parent 90bfb97 commit ff987e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/tabControllers/VideoController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default class VideoController extends TimelineVizController {
window.sendMainMessage("error", {
title: "No match info",
content:
"Failed to read event and match info from the log data. Please load the video using a YouTube URL or local file instead."
"Failed to read event and match info from the log. Please load the video using a YouTube URL or local file instead."
});
return;
}
Expand Down

0 comments on commit ff987e9

Please sign in to comment.