From e822e7137e295c1221b9a4dd6b3b6b08f1bda7a8 Mon Sep 17 00:00:00 2001 From: juano2310 Date: Fri, 24 Feb 2017 15:30:24 -0500 Subject: [PATCH] nb-NO to no-NO --- smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy | 2 +- .../i18n/{nb-NO.properties => no-NO.properties} | 0 .../i18n/{nb-NO.properties => no-NO.properties} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename smartapps/smartthings/ecobee-connect.src/i18n/{nb-NO.properties => no-NO.properties} (100%) rename smartapps/smartthings/lifx-connect.src/i18n/{nb-NO.properties => no-NO.properties} (100%) diff --git a/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy b/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy index ec1d725..cc26358 100644 --- a/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy +++ b/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy @@ -81,7 +81,7 @@ def authPage() { return dynamicPage(name: "auth", title: "Select Your Thermostats", uninstall: true) { section("") { paragraph "Tap below to see the list of ecobee thermostats available in your ecobee account and select the ones you want to connect to SmartThings." - input(name: "thermostats", title:"", type: "enum", required:true, multiple:true, description: "Tap to choose", metadata:[values:stats]) + input(name: "thermostats", title:"Select Your Thermostats", type: "enum", required:true, multiple:true, description: "Tap to choose", metadata:[values:stats]) } def options = sensorsDiscovered() ?: [] diff --git a/smartapps/smartthings/ecobee-connect.src/i18n/nb-NO.properties b/smartapps/smartthings/ecobee-connect.src/i18n/no-NO.properties similarity index 100% rename from smartapps/smartthings/ecobee-connect.src/i18n/nb-NO.properties rename to smartapps/smartthings/ecobee-connect.src/i18n/no-NO.properties diff --git a/smartapps/smartthings/lifx-connect.src/i18n/nb-NO.properties b/smartapps/smartthings/lifx-connect.src/i18n/no-NO.properties similarity index 100% rename from smartapps/smartthings/lifx-connect.src/i18n/nb-NO.properties rename to smartapps/smartthings/lifx-connect.src/i18n/no-NO.properties