From fa0172d00cd6b00225c5a2203c9d9fe12ee49abd Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Fri, 5 Mar 2021 22:24:44 +0100 Subject: [PATCH] Fix a few translation typos (#8563) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 2b887a7f25..0c6d5dc42d 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3466,8 +3466,8 @@ "hostname": "Hostname", "new_update_available": "{name} {version} is available", "not_available_arch": "This add-on is not compatible with the processor of your device or the operating system you have installed on your device.", - "not_available_version": "You are unning Home Assistant {core_version_installed}, to update to this version of the add-on you need at least version {core_version_needed} of Home Assistan", - "visit_addon_page": "Visit the {name} page for more detals", + "not_available_version": "You are running Home Assistant {core_version_installed}, to update to this version of the add-on you need at least version {core_version_needed} of Home Assistant", + "visit_addon_page": "Visit the {name} page for more details", "restart": "restart", "start": "start", "stop": "stop",