From c270ab00599646aa413337584c6002c2f80d5066 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Sun, 7 Apr 2024 19:29:19 +0200 Subject: [PATCH] Correct duplicate word in IMAP translations (#115132) --- homeassistant/components/imap/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/imap/strings.json b/homeassistant/components/imap/strings.json index ac06d833f55..3a20fc244c6 100644 --- a/homeassistant/components/imap/strings.json +++ b/homeassistant/components/imap/strings.json @@ -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."