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

Removed extraneous and shortened text in accessibility name and description fields #1532

Merged
merged 2 commits into from
Oct 21, 2023

Conversation

vick08
Copy link
Contributor

@vick08 vick08 commented Oct 19, 2023

This will make the speech output less verbose for screen reader users.

…iption fields.

This will make the speech output less verbose for
screen reader users
Accessible.name: qsTr("Edit the chat name")
Accessible.description: qsTr("Provides a button to edit the chat name")
Accessible.name: qsTr("Edit chat name")
Accessible.description: qsTr("")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the case of empty descriptions like this, I think we could remove the whole line that sets it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manyoso What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either way is fine with me. I just left them empty in case someone decides to add those descriptions in the future (I doubt it though).
Let me know and I'd be happy to remove them.

@cebtenzzre cebtenzzre added the chat gpt4all-chat issues label Oct 19, 2023
@cebtenzzre cebtenzzre merged commit 721d854 into nomic-ai:main Oct 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chat gpt4all-chat issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants