diff --git a/Frontend/templates/index.html b/Frontend/templates/index.html index e485bc2cbff3feab28b254abedb31bca0149255c..62190f38a51ab172fdeb89751032788adc1f0fad 100644 --- a/Frontend/templates/index.html +++ b/Frontend/templates/index.html @@ -35,7 +35,7 @@ <form action="{{ url_for('download') }}" method="get" name="downloadType" id="downloadType"> <select name="selectType" id="fileType" method="get" action="{{ url_for('download') }} form="downloadType"> {% for type in fileTypes %} - <option value= "{{type}}"> import as .{{type}} </option> + <option value= "{{type}}"> export as .{{type}} </option> {% endfor %} </select>