mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Correct duplicate word in IMAP translations (#115132)
This commit is contained in:
parent
63d43a9384
commit
c270ab0059
@ -40,10 +40,10 @@
|
||||
"message": "Copying the message failed with \"{error}\"."
|
||||
},
|
||||
"delete_failed": {
|
||||
"message": "Marking the the message for deletion failed with \"{error}\"."
|
||||
"message": "Marking the message for deletion failed with \"{error}\"."
|
||||
},
|
||||
"expunge_failed": {
|
||||
"message": "Expunging the the message failed with \"{error}\"."
|
||||
"message": "Expunging the message failed with \"{error}\"."
|
||||
},
|
||||
"invalid_entry": {
|
||||
"message": "No valid IMAP entry was found."
|
||||
|
Loading…
x
Reference in New Issue
Block a user