From 387cbb030998b65278a908a6a5ced7ac226e680b Mon Sep 17 00:00:00 2001 From: dotKrad Date: Sun, 17 May 2020 05:09:08 -0400 Subject: [PATCH] Renamed folder translations --- custom_components/fpl/{.translations => translations}/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename custom_components/fpl/{.translations => translations}/en.json (88%) diff --git a/custom_components/fpl/.translations/en.json b/custom_components/fpl/translations/en.json similarity index 88% rename from custom_components/fpl/.translations/en.json rename to custom_components/fpl/translations/en.json index aa2923d..8bcd4d0 100644 --- a/custom_components/fpl/.translations/en.json +++ b/custom_components/fpl/translations/en.json @@ -7,7 +7,7 @@ "description": "If you need help with the configuration have a look here: https://github.com/dotKrad/hass-fpl", "data": { "name": "Name", - "username": "Username", + "username": "Email", "password": "Password" } } @@ -15,7 +15,7 @@ "error": { "auth": "Username/Password is wrong.", "name_exists": "Configuration already exists.", - "invalid_username": "Invalid Username", + "invalid_username": "Invalid Email", "invalid_password": "Invalid Password" }, "abort": {