Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More options in config flow #1

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update en.json
  • Loading branch information
Tommatheussen committed Jul 26, 2022

Verified

This commit was signed with the committer’s verified signature.
mayeut Matthieu Darbois
commit 3f794bbe09b8807a9c572bd8f372dd63c3e15c8f
6 changes: 4 additions & 2 deletions custom_components/mealie/translations/en.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,8 @@
},
"options": {
"data": {
"entries": "Select the entry types to track"
"entries": "Select the entry types to track",
"include": "Select additional information to include"
}
}
},
@@ -27,7 +28,8 @@
"step": {
"init": {
"data": {
"entries": "Select the entry types to track"
"entries": "Select the entry types to track",
"include": "Select additional information to include"
}
}
}