Skip to content

Commit

Permalink
Use common strings in risco config flow (home-assistant#41656)
Browse files Browse the repository at this point in the history
  • Loading branch information
GauthamVarmaK authored Oct 11, 2020
1 parent 1f4fe62 commit 9d515e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/risco/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"title": "Configure options",
"data": {
"scan_interval": "How often to poll Risco (in seconds)",
"code_arm_required": "Require pin code to arm",
"code_disarm_required": "Require pin code to disarm"
"code_arm_required": "Require [%key:common::config_flow::data::pin%] to arm",
"code_disarm_required": "Require [%key:common::config_flow::data::pin%] to disarm"
}
},
"risco_to_ha": {
Expand Down

0 comments on commit 9d515e8

Please sign in to comment.