Skip to content

Commit

Permalink
Merge pull request #301 from McGiverGim/fix_export_video_typo
Browse files Browse the repository at this point in the history
Fix export video typo
  • Loading branch information
mikeller authored Apr 14, 2019
2 parents 89478af + 12fce6b commit 839357c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1>Welcome to the Enhanced Blackbox Explorer!</h1>
<div class="navbar-form navbar-right" role="form">
<div class="btn-group">
<a class="btn btn-default btn-new-window" data-toggle="tooltip" title="Open a new Blackbox Log Viewer window"> New Window </a>
<a class="btn btn-primary btn-video-export" data-toggle="tooltip" title="Export your vide and chart setup to file"> Export video...</a>
<a class="btn btn-primary btn-video-export" data-toggle="tooltip" title="Export your video and chart setup to file"> Export video...</a>
<a class="btn btn-primary btn-workspaces-export" data-toggle="tooltip" title="Export your workspace configurations to file">
Export Workspaces...</a>
<a class="btn btn-primary btn-csv-export" data-toggle="tooltip" title="Export your current graphs to CSV file"> Export CSV...</a>
Expand Down

0 comments on commit 839357c

Please sign in to comment.