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

Replace remaining occurrences of "click" with "select" for touch device compatibility #22427

Open
NoRi2909 opened this issue Oct 18, 2024 · 0 comments

Comments

@NoRi2909
Copy link

NoRi2909 commented Oct 18, 2024

Describe the issue you are experiencing

Home Assistant should not use the term "click" or "clicking" as it can be used on (mobile) touch screen devices or with non-mechanical touch pads as well.

There are a few remaining offenders here:

"click_to_configure": "Click button to configure {entity}",

"introduction2": "Go to the area, device or entity you want to add a label to, and click on the edit button to assign labels to them.",

"introduction2": "To place devices in an area, use the link below to navigate to the integrations page and then click on a configured integration to get to the device cards.",

"add_prompt": "No {name} have been added using this {type} yet. You can add one by clicking the + button above.",

"confirm_ignore": "Are you sure you don't want to set up this integration? You can undo this by clicking the 'Show ignored integrations' in the overflow menu on the top right.",

"select_to_add": "Select the entities you want to add to a card and then click the add card button.",

"edit_special_row": "View the details of this row by clicking the edit button",

"description": "Each refresh token represents a login session. Refresh tokens will be automatically removed when you click log out. Unused refresh tokens will be automatically removed after 90 days. The following refresh tokens are currently active for your account.",

"unsupported_description": "Below is a list of issues found with your installation, click on the links to learn how you can resolve the issues.",

"unhealthy_description": "Running an unhealthy installation will cause issues. Below is a list of issues found with your installation, click on the links to learn how you can resolve the issues.",

Describe the behavior you expected

In all of those "click" can be replaced with some variant of "select" slightly rewording the rest of the sentence.

In addition the occurrences of "edit button", "add card button" should be changed to "Edit button" and "Add card button" as they are referring to the button name or title.

What version of Home Assistant Core has the issue?

core-2024.10.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant