diff --git a/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/healthcheck.html b/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/healthcheck.html index 3d913012d7..1204af7ca4 100644 --- a/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/healthcheck.html +++ b/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/healthcheck.html @@ -31,7 +31,7 @@
diff --git a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json index 4c20538fec..e6c42930a8 100644 --- a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json +++ b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json @@ -1,4 +1,4 @@ -[ +[ { "name": "Introduction", "alias": "umbIntroIntroduction", @@ -73,7 +73,7 @@ { "element": "#applications [data-element='section-help']", "title": "Help", - "content": "If you ever find yourself in trouble click here to open the help drawer.", + "content": "If you ever find yourself in trouble click here to open the Help drawer.", "event": "click", "backdropOpacity": 0.6 }, @@ -181,7 +181,7 @@ "element": "[data-element~='overlay-editor-picker']", "elementPreventClick": true, "title": "Editor picker", - "content": "In the editor picker dialog we can pick one of the many built in editors.
You can choose from preconfigured data types (Reuse) or create a new configuration (Available editors).
" + "content": "In the editor picker dialog we can pick one of the many built-in editors.
You can choose from preconfigured data types (Reuse) or create a new configuration (Available editors).
" }, { "element": "[data-element~='overlay-editor-picker'] [data-element='editor-Textarea']", @@ -198,7 +198,7 @@ { "element": "[data-element~='overlay-editor-settings'] [data-element='button-overlaySubmit']", "title": "Save editor", - "content": "Click Submit to save the editor.", + "content": "Click Submit to save the changes.", "event": "click" }, {