From 1b4989a7dcdb7ef8b2020261175a1caf43f20543 Mon Sep 17 00:00:00 2001 From: Kris Noble <872971+krisnoble@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:27:00 +0100 Subject: [PATCH] Fix typo when deleting an integration (#14145) Fixes #14135, resubmitted modifying the correct file --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 9fc76b10e9..fe9a6ca9e0 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2924,7 +2924,7 @@ "known_issues": "Known issues", "delete": "Delete", "delete_confirm_title": "Delete {title}?", - "delete_confirm_text": "Its devices and entities will be permantly deleted.", + "delete_confirm_text": "Its devices and entities will be permanently deleted.", "reload": "Reload", "restart_confirm": "Restart Home Assistant to finish removing this integration", "reload_confirm": "The integration was reloaded",