Fix invalid oauth2_unauthorized translation ref (#103873)

* Fix invalids oauth2_unauthorized translation ref

* Fix oauth2_failed
This commit is contained in:
Jan Bouwhuis 2023-11-12 21:13:38 +01:00 committed by GitHub
parent 5ee62f2965
commit f94167a4bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 52 additions and 52 deletions

View file

@ -23,8 +23,8 @@
"invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized]",
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed]"
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]"
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"