[Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
There is a long-standing issue on the chat window where a hard-coded string is used in the aria labels of all models. The issue has been mentioned in the accessibility tracking issue, but hasn't been addressed for months. There is no prefix for A11Y fixes.
Fixed
[List any fixes, corrections, or bug fixes]
Proposed fix with the correct item.
Additional Information
[Insert any additional context, notes, or explanations for the changes]
[Reference any related issues, commits, or other relevant information]
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/15686
**Author:** [@dchemishanov](https://github.com/dchemishanov)
**Created:** 7/13/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `accessible-model-selection`
---
### 📝 Commits (1)
- [`af1f448`](https://github.com/open-webui/open-webui/commit/af1f448b2c43f6b4222f35937b53a7640e3e8e96) Do not Use Hardcoded String as Aria Label for Model Name Selection on Chat Screen
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/ModelSelector/ModelItem.svelte` (+1 -1)
</details>
### 📄 Description
### Description
- [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
There is a long-standing issue on the chat window where a hard-coded string is used in the aria labels of all models. The issue has been mentioned in the accessibility tracking issue, but hasn't been addressed for months. There is no prefix for A11Y fixes.
### Fixed
- [List any fixes, corrections, or bug fixes]
Proposed fix with the correct item.
### Additional Information
- [Insert any additional context, notes, or explanations for the changes]
- [Reference any related issues, commits, or other relevant information]
The issue is mentioned in one of the first comments here: https://github.com/open-webui/open-webui/issues/2790 from september last year.
### Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15686
Author: @dchemishanov
Created: 7/13/2025
Status: ❌ Closed
Base:
dev← Head:accessible-model-selection📝 Commits (1)
af1f448Do not Use Hardcoded String as Aria Label for Model Name Selection on Chat Screen📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/components/chat/ModelSelector/ModelItem.svelte(+1 -1)📄 Description
Description
There is a long-standing issue on the chat window where a hard-coded string is used in the aria labels of all models. The issue has been mentioned in the accessibility tracking issue, but hasn't been addressed for months. There is no prefix for A11Y fixes.
Fixed
Proposed fix with the correct item.
Additional Information
The issue is mentioned in one of the first comments here: https://github.com/open-webui/open-webui/issues/2790 from september last year.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.