Skip to content

Commit

Permalink
Improve tutorial language
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed May 20, 2024
1 parent 7a7d43e commit b1bbfe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const SHARE_VIEW_TUTORIAL = new Tutorial("Sharing current view (URL)")
.addStep({
targetId: Tutorial.ADD_QUERY_BUTTON_ID,
message:
'If in a web browser paste it into your URL bar in a new tab otherwise start a new query from a URL by clicking the New Query + button then "Import from URL" then pasting or typing a URL into the textbox. Press Enter to load the query.',
'If in a web browser, paste the link into your URL bar in a new tab. Otherwise, start a new query from a URL by clicking the New Query + button then "Import from URL" then pasting or typing a URL into the textbox. Press Enter to load the query.',
});

0 comments on commit b1bbfe1

Please sign in to comment.