Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

updates the wording to be clearer in setup #12

Merged
merged 1 commit into from
Jul 3, 2023
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
6 changes: 3 additions & 3 deletions custom_components/dyson_cloud/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"email_otp": {
"data": {
"otp": "Verification code",
"otp": "MyDyson verification code (Check your email)",
"password": "Password"
}
},
Expand All @@ -24,7 +24,7 @@
},
"mobile_otp": {
"data": {
"otp": "Verification code"
"otp": "MyDyson verification code (Check your email)"
}
}
},
Expand All @@ -33,7 +33,7 @@
"email_not_registered": "Email not registered",
"invalid_auth": "Invalid authentication",
"invalid_otp": "Invalid verification code",
"otp_too_frequent": "You're requesting verification code too frequently"
"otp_too_frequent": "Too many login attempts, wait a little while and try again later."
},
"abort": {
"already_configured": "Device already configured"
Expand Down