From b1bbfe10785ef6dca4888ebd48d2a349b80f941a Mon Sep 17 00:00:00 2001 From: SeanLeRoy Date: Mon, 20 May 2024 13:25:46 -0700 Subject: [PATCH] Improve tutorial language --- packages/core/components/QuerySidebar/tutorials/ShareView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/components/QuerySidebar/tutorials/ShareView.ts b/packages/core/components/QuerySidebar/tutorials/ShareView.ts index 45d6cdb62..84c44a3a7 100644 --- a/packages/core/components/QuerySidebar/tutorials/ShareView.ts +++ b/packages/core/components/QuerySidebar/tutorials/ShareView.ts @@ -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.', });