1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Fix spelling of "cannot" in azure_storage exception string (#167088)

This commit is contained in:
Norbert Rittel
2026-04-01 19:26:59 +02:00
committed by GitHub
parent a3badd0a83
commit 879d9176bd

View File

@@ -54,7 +54,7 @@
"message": "Storage account {account_name} not found"
},
"cannot_connect": {
"message": "Can not connect to storage account {account_name}"
"message": "Cannot connect to storage account {account_name}"
},
"container_not_found": {
"message": "Storage container {container_name} not found"