Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions custom_components/winix/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"username": "Username",
"password": "Password"
},
"description": "Set up Winix integration. Login with your mobile app credentials.",
"description": "Configure the Winix integration by signing in with your mobile app credentials.",
"title": "Winix Air Purifier"
}
},
"error": {
"invalid_auth": "Invalid credentials",
"invalid_user": "Invalid user",
"invalid_auth": "The entered password is invalid.",
"invalid_user": "The username is invalid. Make sure it's the same one registered with the mobile app and that the capitalization matches.",
"unknown": "Unexpected error"
}
}
}
}