fix recorder walkthrough text

pull/4322/head
aniket-engg 11 months ago committed by Aniket
parent c889160456
commit 5988f0eb41
  1. 6
      apps/remix-ide/src/walkthroughService.js

@ -19,7 +19,7 @@ export class WalkthroughService extends Plugin {
introJs().setOptions({ introJs().setOptions({
steps: [{ steps: [{
title: 'Transactions Recorder', title: 'Transactions Recorder',
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.', 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.',
element: document.querySelector('#udappRecorderCard'), element: document.querySelector('#udappRecorderCard'),
tooltipClass: 'bg-light text-dark', tooltipClass: 'bg-light text-dark',
position: 'right', position: 'right',
@ -28,7 +28,7 @@ export class WalkthroughService extends Plugin {
{ {
element: document.querySelector('#udappRecorderUseLatest'), element: document.querySelector('#udappRecorderUseLatest'),
title: 'Transactions Recorder', title: 'Transactions Recorder',
intro: 'If selected the recorder will run transactions using the latest compilation result.', intro: 'If selected, the recorder will run transactions using the latest compilation result.',
tooltipClass: 'bg-light text-dark', tooltipClass: 'bg-light text-dark',
position: 'right', position: 'right',
highlightClass: 'bg-light border border-warning' highlightClass: 'bg-light border border-warning'
@ -36,7 +36,7 @@ export class WalkthroughService extends Plugin {
{ {
element: document.querySelector('#udappRecorderSave'), element: document.querySelector('#udappRecorderSave'),
title: 'Transactions Recorder', title: 'Transactions Recorder',
intro: 'Once one or more transactions have been executed from Remix, click this button to save these transactions as a scenario file.', intro: 'Once one or more transactions have been executed, click this button to save these transactions as a scenario file.',
tooltipClass: 'bg-light text-dark', tooltipClass: 'bg-light text-dark',
position: 'right', position: 'right',
highlightClass: 'bg-light border border-warning' highlightClass: 'bg-light border border-warning'

Loading…
Cancel
Save