From ea54bf1b7f68ee1447a7989add0e09eed2e47a4f Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 27 Apr 2016 10:24:44 -0700 Subject: [PATCH] Fix naming of 'Edit Display Layout Example' open #858 - Mismatch between named example layout and reference in Hopscotch tour fixed. --- demo/src/DemoInitializer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/DemoInitializer.js b/demo/src/DemoInitializer.js index 3bad23eaac..a4a631887c 100644 --- a/demo/src/DemoInitializer.js +++ b/demo/src/DemoInitializer.js @@ -131,7 +131,7 @@ define( }, { title: "Select Object to Edit", - content: "Expand the 'Examples' folder and click on the 'Layout Edit Example' object.", + content: "Expand the 'Examples' folder and click on the 'Edit Display Layout Example' object.", target: "mct-tree ul.tree", placement: "right", yOffset: "20px"