mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Correct smtp error message string (#105148)
This commit is contained in:
parent
e40f486968
commit
f48e948871
@ -7,7 +7,7 @@
|
||||
},
|
||||
"exceptions": {
|
||||
"remote_path_not_allowed": {
|
||||
"message": "Cannot send email with attachment '{file_name}' form directory '{file_path}' which is not secure to load data from. Only folders added to `{allow_list}` are accessible. See {url} for more information."
|
||||
"message": "Cannot send email with attachment \"{file_name}\" from directory \"{file_path}\" which is not secure to load data from. Only folders added to `{allow_list}` are accessible. See {url} for more information."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user