Skip to content

Commit dc910da

Browse files
Fix label for filtering on verification status in shadow differences
1 parent 06082e8 commit dc910da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/jury/shadow_differences.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<input type="radio" autocomplete="off" class="btn-check"
3838
name="verificationviewtype" id="verificationviewtype{{idx}}" value="{{ type }}"
3939
{% if idx == verificationView %}checked{% endif %}>
40-
<label class="btn btn-secondary" for="verificationviewttype{{idx}}">{{ type }}</label>
40+
<label class="btn btn-secondary" for="verificationviewtype{{idx}}">{{ type }}</label>
4141
{%- endfor %}
4242
</div>
4343

0 commit comments

Comments
 (0)