Skip to content

Commit d4d912e

Browse files
authored
Add missing "to" in invalid_auth exception of portainer (home-assistant#152116)
1 parent 3938266 commit d4d912e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/portainer/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"message": "An error occurred while trying to connect to the Portainer instance: {error}"
4141
},
4242
"invalid_auth": {
43-
"message": "An error occurred while trying authenticate: {error}"
43+
"message": "An error occurred while trying to authenticate: {error}"
4444
},
4545
"timeout_connect": {
4646
"message": "A timeout occurred while trying to connect to the Portainer instance: {error}"

0 commit comments

Comments
 (0)