From d767b06858bccf6eac46decd2d7dfbe5cbfbf077 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 15 Dec 2020 14:22:06 +0100 Subject: [PATCH] Fix spelling error (#7961) Fixes https://github.com/home-assistant/frontend/issues/7958 --- 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 2d0f79b7ca..5ca4cc9b69 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1148,7 +1148,7 @@ }, "editor": { "enable_disable": "Enable/Disable automation", - "introduction": "Use automations to bring your home to live.", + "introduction": "Use automations to bring your home to life.", "default_name": "New Automation", "load_error_not_editable": "Only automations in automations.yaml are editable.", "load_error_unknown": "Error loading automation ({err_no}).",