From 38437facdac0e1f161831d3e472f8ee6a877c67a Mon Sep 17 00:00:00 2001 From: cathyyoung Date: Fri, 13 Mar 2015 19:30:19 +0000 Subject: [PATCH] Reverting nested template within string, since EJS does not resolve it --- src/tutorialExample/en/_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tutorialExample/en/_data.json b/src/tutorialExample/en/_data.json index 41d33a3..ddc9e35 100644 --- a/src/tutorialExample/en/_data.json +++ b/src/tutorialExample/en/_data.json @@ -216,10 +216,10 @@ "details": [ { - "details": "Open the HTTPInputMessageFlow, and click the Flow Exerciser icon to start recording the message path through the flow." + "details": "Open the HTTPInputMessageFlow, and click the Flow Exerciser icon to start recording the message path through the flow." }, { - "details": "Click the Send Message icon to select a message to send to the flow." + "details": "Click the Send Message icon to select a message to send to the flow." }, { "details": "Choose the ExampleInputMessage1, edit the message data if you like, and click Send. Your request message is sent to the HTTP input node.",