Skip to content

Commit 5988f0e

Browse files
committed
fix recorder walkthrough text
1 parent c889160 commit 5988f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/remix-ide/src/walkthroughService.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class WalkthroughService extends Plugin {
1919
introJs().setOptions({
2020
steps: [{
2121
title: 'Transactions Recorder',
22-
intro: 'Save transactions (deployed contracts and function executions) and replay them in another environment e.g Transactions created in Remix VM can be replayed in the Injected Provider. Click to launch the Home tab that contains links, tips, and shortcuts.',
22+
intro: 'Save transactions (deployed contracts and function executions) and replay them in another environment e.g Transactions created in Remix VM can be replayed in the Injected Provider.',
2323
element: document.querySelector('#udappRecorderCard'),
2424
tooltipClass: 'bg-light text-dark',
2525
position: 'right',
@@ -28,15 +28,15 @@ export class WalkthroughService extends Plugin {
2828
{
2929
element: document.querySelector('#udappRecorderUseLatest'),
3030
title: 'Transactions Recorder',
31-
intro: 'If selected the recorder will run transactions using the latest compilation result.',
31+
intro: 'If selected, the recorder will run transactions using the latest compilation result.',
3232
tooltipClass: 'bg-light text-dark',
3333
position: 'right',
3434
highlightClass: 'bg-light border border-warning'
3535
},
3636
{
3737
element: document.querySelector('#udappRecorderSave'),
3838
title: 'Transactions Recorder',
39-
intro: 'Once one or more transactions have been executed from Remix, click this button to save these transactions as a scenario file.',
39+
intro: 'Once one or more transactions have been executed, click this button to save these transactions as a scenario file.',
4040
tooltipClass: 'bg-light text-dark',
4141
position: 'right',
4242
highlightClass: 'bg-light border border-warning'

0 commit comments

Comments
 (0)