From 1f9763d6c8de0454f9bfa03e2cc2c96d17f16c09 Mon Sep 17 00:00:00 2001 From: Kris Noble <872971+krisnoble@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:55:21 +0100 Subject: [PATCH] Fix typo when deleting an integration. Fixes #14135 (#14137) --- translations/frontend/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/frontend/en.json b/translations/frontend/en.json index be59e92ff2..60a88a004b 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -2950,7 +2950,7 @@ "check_the_logs": "Check the logs", "configure": "Configure", "delete": "Delete", - "delete_confirm_text": "Its devices and entities will be permantly deleted.", + "delete_confirm_text": "Its devices and entities will be permanently deleted.", "delete_confirm_title": "Delete {title}?", "depends_on_cloud": "Depends on the cloud", "devices": "{count} {count, plural,\n one {device}\n other {devices}\n}",