typo issue 292

This commit is contained in:
Luis Aleixo 2022-12-05 17:04:52 +01:00
parent f0ed871693
commit 09c22cda6e
2 changed files with 2 additions and 2 deletions

View file

@ -393,7 +393,7 @@
<div class="col-sm-4"><label class="col-form-label">Confidence level:</label></div>
<div class="col-sm-6 pl-0 align-self-center">
<select id="ascertainment_bias" name="ascertainment_bias" class="form-control">
<option value="confidence_low">Low - surveillance only for sympotmatic patients</option>
<option value="confidence_low">Low - surveillance only for symptomatic patients</option>
<option value="confidence_medium">Medium - recommended population wide surveillance</option>
<option value="confidence_high">High - mandatory population wide surveillance</option>
</select>

View file

@ -463,7 +463,7 @@
{% elif form.ascertainment_bias == "confidence_medium" %}
{% set conf_level = "Medium - Recommended population wide surveillance." %}
{% else %}
{% set conf_level = "Low - Surveillance only for sympotmatic patients." %}
{% set conf_level = "Low - Surveillance only for symptomatic patients." %}
{% endif %}
<li><p class="data_text">Population in {{ form.location_name }}: {{ form.geographic_population }}</p></li>
<li><p class="data_text">New reported cases in {{ form.location_name }} (7-day average): {{ form.geographic_cases }}</p></li>