Skip to content

Commit

Permalink
Fix typo in strings/translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaris committed Mar 1, 2021
1 parent e7577fe commit 7e300b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/zonneplan_one/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"abort": {
"failed_to_authenticate": "Failed to successfull authenticate",
"failed_to_authenticate": "Failed to successful authenticate",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/zonneplan_one/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"abort": {
"failed_to_authenticate": "Failed to successfull authenticate",
"failed_to_authenticate": "Failed to successful authenticate",
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})"
Expand Down

0 comments on commit 7e300b5

Please sign in to comment.