Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lib/tours/scripts/simulation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ export const simulationTour: TourScript = {
openerPosition: { side: 'bottom', align: 'end' },
contentTitle: 'Python Export',
contentBody: `
<p>The exported script is self-contained — copy, save or send to the Codegen tool. Useful for:</p>
<p>The exported script is self-contained — copy, save or run it anywhere. Useful for:</p>
<ul>
<li>Codegen for production deployment</li>
<li>Production deployment</li>
<li>Version control of the simulation</li>
<li>Running headless outside the browser</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tours/scripts/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const startTour: TourScript = {
element: '[data-tour="toolbar-files"]',
title: 'Files & Sharing',
body: `
<p>Save and load <code>.pvm</code> files. Buttons left to right: New, Open, Save, Save As, View Python Code, Send to Codegen.</p>
<p>Save and load <code>.pvm</code> files. Buttons left to right: New, Open, Save, Save As, View Python Code.</p>
<table>
<tr><td>Open</td><td><kbd>Ctrl/Cmd+O</kbd></td></tr>
<tr><td>Save</td><td><kbd>Ctrl/Cmd+S</kbd></td></tr>
Expand Down
Loading