From afa27ce87266cd82a9c836536e304ccb1876f616 Mon Sep 17 00:00:00 2001 From: "Andy Hawken (SP4)" Date: Thu, 2 Aug 2018 13:34:30 +0100 Subject: [PATCH] Tour Step 7 Wording Change wording of tour step 7 to "Now click on" to indicate that clicking on the avatar is a step in the tour, rather than a description of what it does at runtime --- src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json index e6c42930a8..dbd6b8d4f5 100644 --- a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json +++ b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json @@ -54,7 +54,7 @@ { "element": "#applications [data-element='section-user']", "title": "User profile", - "content": "Click on your user avatar to open the user profile dialog.", + "content": "Now click on your user avatar to open the user profile dialog.", "event": "click", "backdropOpacity": 0.6 },