Skip to content

Commit

Permalink
Use reference strings in Vilfo (home-assistant#41039)
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoof85 authored Oct 2, 2020
1 parent 796cce7 commit db9110c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions homeassistant/components/vilfo/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
},
"error": {
"cannot_connect": "Failed to connect. Please check the information you provided and try again.",
"invalid_auth": "Invalid authentication. Please check the access token and try again.",
"unknown": "An unexpected error occurred while setting up the integration."
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "This Vilfo Router is already configured."
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}
}

0 comments on commit db9110c

Please sign in to comment.