From d233a65ef517d93477ee13e227b4058dcf64ff5c Mon Sep 17 00:00:00 2001 From: Lars Finander Date: Mon, 20 Mar 2017 16:43:22 -0600 Subject: [PATCH] Hue: Updated errors in text not matching i18 files --- smartapps/smartthings/hue-connect.src/hue-connect.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartapps/smartthings/hue-connect.src/hue-connect.groovy b/smartapps/smartthings/hue-connect.src/hue-connect.groovy index b9c6dc6..5ded2b2 100644 --- a/smartapps/smartthings/hue-connect.src/hue-connect.groovy +++ b/smartapps/smartthings/hue-connect.src/hue-connect.groovy @@ -21,7 +21,7 @@ definition( name: "Hue (Connect)", namespace: "smartthings", author: "SmartThings", - description: "Allows you to connect your Philips Hue lights with SmartThings and control them from your Things area or Dashboard in the SmartThings Mobile app. Please setup your Hue Bridge first, outside of the SmartThings app, using the Philips Hue application.", + description: "Allows you to connect your Philips Hue lights with SmartThings and control them from your Things area or Dashboard in the SmartThings Mobile app. Please update your Hue Bridge first, outside of the SmartThings app, using the Philips Hue app.", category: "SmartThings Labs", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/hue.png", iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/hue@2x.png", @@ -185,7 +185,7 @@ def bulbDiscovery() { state.inBulbDiscovery = false bulbRefreshCount = 0 return dynamicPage(name: "bulbDiscovery", title: "Light Discovery Failed!", nextPage: "", refreshInterval: 0, install: true, uninstall: true) { - section("Failed to discover any lights, please try again later. Click Done to exit.") { + section("Failed to discover any lights, please try again later. Click 'Done' to exit.") { paragraph title: "Previously added Hue Lights ({{existingLightsSize}} added)", messageArgs: [existingLightsSize: existingLightsSize], existingLightsDescription } section {