From 306646c51de3b000e0f3827a2e5def2ebfe79a73 Mon Sep 17 00:00:00 2001 From: charithag Date: Thu, 22 Oct 2015 06:50:55 +0530 Subject: [PATCH] Change virtual device "Download" button text to "Create a Device". --- modules/samples/virtual_firealarm/artifact/deviceType.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/samples/virtual_firealarm/artifact/deviceType.json b/modules/samples/virtual_firealarm/artifact/deviceType.json index c9176222..0b63d563 100644 --- a/modules/samples/virtual_firealarm/artifact/deviceType.json +++ b/modules/samples/virtual_firealarm/artifact/deviceType.json @@ -9,13 +9,13 @@ "overview_name":"virtual_firealarm", "overview_url":"http://www.google.lk", "setupGuide_guideImage":"virtual_firealarm/guide.png", - "overview_actionLabel":"Download a virtual device", + "overview_actionLabel":"Create a virtual device", "sketches_Sketches":"virtual_firealarm", "ingredients_ingredients":[ "Virtual Agent that simulates an actual firealarm" ], "overview_description":"Download our Virtual Agent and try-it out for close to real simulation of the FireAlarm Device-Type", - "setupGuide_description":"sfd", + "setupGuide_description":"Extract the downloaded agent and run startservice.sh to start agent", "quickStartupSteps_stepDescription":["Download the Virtual Agent","Run the 'startservice.sh' script","Provide the push-interval and network-interface"], "quickStartupSteps_stepLabel":["1","2","3"], "images_thumbnail":"virtual_firealarm/virtual_firealarm_thumbnail.png",