We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d687a2 commit 909cf83Copy full SHA for 909cf83
assets/js/app.coffee
@@ -43,7 +43,7 @@ class Choosealicense
43
# Exclude license elements in the legend
44
licenseLiElement = $(".license-#{ruletype} .#{rule["tag"]}").not("dd.license-#{ruletype} .#{rule["tag"]}")
45
tooltipAttr = @tooltipAttributesMapperByRuleType[ruletype]
46
- licenseLiElement.attr "aria-label", "#{tooltipAttr.heading}: #{rule.description}"
+ licenseLiElement.attr "aria-label", "#{rule.label} #{tooltipAttr.heading.toLowerCase()}: #{rule.description}"
47
licenseLiElement.addClass("hint--bottom
48
hint--large
49
hint--no-animate
0 commit comments