From c6bff454158896804ade02506e5d958b4b458b34 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 23 Feb 2020 09:43:07 -0500 Subject: [PATCH] update Statement language in Reaction flow to Prompt --- templates/reaction.template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/reaction.template.json b/templates/reaction.template.json index 3a4e87f..402b152 100644 --- a/templates/reaction.template.json +++ b/templates/reaction.template.json @@ -8,8 +8,8 @@ { "process": "rsf/ResponseForEach_x4cv2", "port": "statements", - "shortLabel": "Statements", - "label": "Provide a list of statements, one on each line, for participants to respond to" + "shortLabel": "Prompts", + "label": "Provide a list of prompts, one on each line, for participants to respond to" }, { "process": "rsf/ResponseForEach_x4cv2", @@ -37,4 +37,4 @@ "port": "contactable_configs" } ] -} \ No newline at end of file +}