Skip to content

Commit 0a893b4

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
[RPP][AI] Fix aria label on the tooltip button
Bug: 406543373 Change-Id: I9607518c4d1b05c8cbef9dadf8b5167f0aa1ae72 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6429286 Auto-Submit: Alina Varkki <alinavarkki@chromium.org> Reviewed-by: Alina Varkki <alinavarkki@chromium.org> Commit-Queue: Jack Franklin <jacktfranklin@chromium.org>
1 parent 3abf776 commit 0a893b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

front_end/panels/timeline/overlays/components/EntryLabelOverlay.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const UIStrings = {
5454
/**
5555
*@description Screen-reader text for a tooltip icon.
5656
*/
57-
moreInfoAriaLabel: 'More info',
57+
moreInfoAriaLabel: 'More information about this feature',
5858
} as const;
5959

6060
/*
@@ -722,8 +722,8 @@ export class EntryLabelOverlay extends HTMLElement {
722722
</button>
723723
<devtools-button
724724
aria-details="info-tooltip"
725-
aria-label=${i18nString(UIStrings.moreInfoAriaLabel)}
726725
class="pen-icon"
726+
.title=${i18nString(UIStrings.moreInfoAriaLabel)}
727727
.iconName=${'info'}
728728
.variant=${Buttons.Button.Variant.ICON}
729729
></devtools-button>

0 commit comments

Comments
 (0)