diff --git a/wherehows-web/app/styles/components/tooltips/_tooltip.scss b/wherehows-web/app/styles/components/tooltips/_tooltip.scss index 6d1709e289..b925265d7f 100644 --- a/wherehows-web/app/styles/components/tooltips/_tooltip.scss +++ b/wherehows-web/app/styles/components/tooltips/_tooltip.scss @@ -32,7 +32,7 @@ border-radius: item-spacing(1); background-color: get-color(black, 0.9); color: white; - content: attr(title); + content: attr(data-title); text-align: center; line-height: 1.2; font-size: item-spacing(3); diff --git a/wherehows-web/app/templates/components/more-info.hbs b/wherehows-web/app/templates/components/more-info.hbs index 50da02ec20..c2a843abc9 100644 --- a/wherehows-web/app/templates/components/more-info.hbs +++ b/wherehows-web/app/templates/components/more-info.hbs @@ -1,7 +1,7 @@ {{#if tooltip}} - + More Info {{else}}