mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01:00
💬 fix: update aria-label for accessibility in ConvoLink (#7320)
This commit is contained in:
parent
5a43f87584
commit
6dd1b39886
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const ConvoLink: React.FC<ConvoLinkProps> = ({
|
||||||
onRename();
|
onRename();
|
||||||
}}
|
}}
|
||||||
role="button"
|
role="button"
|
||||||
aria-label={isSmallScreen ? undefined : localize('com_ui_double_click_to_rename')}
|
aria-label={isSmallScreen ? undefined : title || localize('com_ui_untitled')}
|
||||||
>
|
>
|
||||||
{title || localize('com_ui_untitled')}
|
{title || localize('com_ui_untitled')}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue