Skip to content

Commit

Permalink
Merge pull request #12 from sh00t2kill/add-strings
Browse files Browse the repository at this point in the history
Fix Labels Missing on Config Flow
  • Loading branch information
sh00t2kill authored Jan 16, 2024
2 parents ecc6d6c + 405c70e commit 9bfaa89
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom_components/bring/strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"title": "Bring! ToDo List",
"config": {
"step": {
"user": {
"title": "Bring! ToDo List",
"data": {
"Username": "Username",
"Password": "Password",
"Locale": "Locale"
},
"description": "Please enter the username/password used for Bring!."
}
}
}
}

0 comments on commit 9bfaa89

Please sign in to comment.