Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix language
  • Loading branch information
BrunoQuaresma committed Jan 17, 2023
commit 626e04adf5c9a64c0bb41ff4f204d2d080e8efe6
2 changes: 1 addition & 1 deletion site/src/components/Tooltips/HelpTooltip/HelpTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface HelpTooltipProps {
buttonClassName?: string
}

const Language = {
export const Language = {
ariaLabel: "tooltip",
}

Expand Down