mirror of
https://github.com/home-assistant/core.git
synced 2026-04-18 07:56:03 +01:00
Fix spelling of "cannot" in azure_storage exception string (#167088)
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
"message": "Storage account {account_name} not found"
|
"message": "Storage account {account_name} not found"
|
||||||
},
|
},
|
||||||
"cannot_connect": {
|
"cannot_connect": {
|
||||||
"message": "Can not connect to storage account {account_name}"
|
"message": "Cannot connect to storage account {account_name}"
|
||||||
},
|
},
|
||||||
"container_not_found": {
|
"container_not_found": {
|
||||||
"message": "Storage container {container_name} not found"
|
"message": "Storage container {container_name} not found"
|
||||||
|
|||||||
Reference in New Issue
Block a user