We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #22497 all condition strings starting with "Confirm …" were changed to just "If …" for consistency – except for this one that was missed:
In automations:
In scripts:
So here the remaining "Confirm" should also replaced by a simple "if":
frontend/src/translations/en.json
Line 3270 in 2daaa1c
For the final touch you should also change the temporary placeholder shown before an actual entity is selected by the user from
Line 3207 in 2daaa1c
to
If state confirmed
This will also allow a consistent translation of that last one.
core-2024.10.4
Note that the fixes from #22497 are not live yet as the PR was applied shortly after the current release was frozen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue you are experiencing
In #22497 all condition strings starting with "Confirm …" were changed to just "If …" for consistency – except for this one that was missed:
In automations:
In scripts:
So here the remaining "Confirm" should also replaced by a simple "if":
frontend/src/translations/en.json
Line 3270 in 2daaa1c
For the final touch you should also change the temporary placeholder shown before an actual entity is selected by the user from
frontend/src/translations/en.json
Line 3207 in 2daaa1c
to
This will also allow a consistent translation of that last one.
What version of Home Assistant Core has the issue?
core-2024.10.4
Additional information
Note that the fixes from #22497 are not live yet as the PR was applied shortly after the current release was frozen.
The text was updated successfully, but these errors were encountered: