mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #15686] [CLOSED] [FIX] Incorrect Aria Label Text for Model Names #10707
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.