Skip to content

Commit c2753fc

Browse files
committed
Updated tooltips
1 parent ac2a5fc commit c2753fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/signals/signals.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2 class="accordion-header" id="pathogen-heading">
3333
Pathogen / Syndrome
3434
<a tabindex="0" role="button" class="info-button" data-bs-toggle="popover"
3535
data-bs-title="Pathogen / Syndrome"
36-
data-bs-content="{{ filter_descriptions.SignalFilter.pathogen }}">
36+
data-bs-content="{{ filters_descriptions.SignalFilter.pathogen }}">
3737
<i class="bi bi-info-circle"></i>
3838
</a>
3939
</label>
@@ -117,7 +117,7 @@ <h2 class="accordion-header" id="severenity_pyramid_rungs-heading">
117117
Severity Pyramid
118118
<a tabindex="0" role="button" class="info-button" data-bs-toggle="popover"
119119
data-bs-title="Severity Pyramid"
120-
data-bs-content="{{ filters_descriptions.SignalFilter.severity_pyramid }}">
120+
data-bs-content="{{ filters_descriptions.SignalFilter.severenity_pyramid_rungs }}">
121121
<i class="bi bi-info-circle"></i>
122122
</a>
123123
</label>

0 commit comments

Comments
 (0)