Skip to content

Commit ab5981b

Browse files
authored
Use common string for OAuth2 implementation error in myuplink (home-assistant#156338)
1 parent ac2fb53 commit ab5981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/myuplink/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"message": "Error while loading the integration."
5858
},
5959
"implementation_unavailable": {
60-
"message": "OAuth2 implementation is not available, will retry."
60+
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
6161
},
6262
"incorrect_oauth2_scope": {
6363
"message": "Stored permissions are invalid. Please login again to update permissions."

0 commit comments

Comments
 (0)