Skip to content

Commit

Permalink
Update en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thebradleysanders authored Mar 24, 2023
1 parent 8cea97a commit e6cba13
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion custom_components/evergy/translations/en.json
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@

{
"config": {
"step": {
"user": {
"title": "Sign into your Evergy.com account",
"data": {
"username": "Username",
"password": "Password",
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}

0 comments on commit e6cba13

Please sign in to comment.