Fix SmartThings Translation Error (#21103)

This commit is contained in:
Andrew Sayre 2019-02-16 03:49:24 -06:00 committed by Martin Hjelmare
parent 4c23ccad98
commit b39b66ef65
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
"token_forbidden": "The token does not have the required OAuth scopes.",
"token_invalid_format": "The token must be in the UID/GUID format",
"token_unauthorized": "The token is invalid or no longer authorized.",
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the [component requirements]({component_url})."
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the component requirements."
},
"step": {
"user": {

View file

@ -22,7 +22,7 @@
"app_setup_error": "Unable to setup the SmartApp. Please try again.",
"app_not_installed": "Please ensure you have installed and authorized the Home Assistant SmartApp and try again.",
"base_url_not_https": "The `base_url` for the `http` component must be configured and start with `https://`.",
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the [component requirements]({component_url})."
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the component requirements."
}
}
}