Merge pull request #1714 from juano2310/translate

nb-NO to no-NO
This commit is contained in:
bflorian
2017-02-24 15:33:12 -05:00
committed by GitHub
3 changed files with 1 additions and 1 deletions

View File

@@ -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() ?: []