mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Correct duplicate word in IMAP translations (#115132)
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user