Skip to content

Commit

Permalink
add abort message when no coco was found
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Van Ham committed Nov 28, 2020
1 parent 745a503 commit 940d519
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion custom_components/nhc2/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
}
},
"abort": {
"single_instance_allowed": "Controller and profile already added."
"single_instance_allowed": "Controller and profile already added.",
"no_controller_found": "No controller was found."
},
"error": {
"login_check_fail_1": "Connection refused - incorrect protocol version",
Expand Down
3 changes: 2 additions & 1 deletion custom_components/nhc2/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
}
},
"abort": {
"single_instance_allowed": "Controller and profile already added."
"single_instance_allowed": "Controller and profile already added.",
"no_controller_found": "No controller was found."
},
"error": {
"login_check_fail_1": "Connection refused - incorrect protocol version",
Expand Down
3 changes: 2 additions & 1 deletion custom_components/nhc2/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
}
},
"abort": {
"single_instance_allowed": "Controller en profiel reeds toegevoegd."
"single_instance_allowed": "Controller en profiel reeds toegevoegd.",
"no_controller_found": "Controller niet gevonden."
},
"error": {
"login_check_fail_1": "Verbinding geweigerd - onjuiste protocolversie",
Expand Down

0 comments on commit 940d519

Please sign in to comment.