Gregniuki commited on
Commit
9cb79f2
·
1 Parent(s): 42063fc

Update templates/interface.html

Browse files
Files changed (1) hide show
  1. templates/interface.html +1 -1
templates/interface.html CHANGED
@@ -17,7 +17,7 @@
17
 
18
  </div>
19
  <div>
20
- <label for="selection">Select speaker:</label>
21
  <select id="speaker" name="speaker">
22
  {% for option in data.speaker_options %}
23
  <option {% if option == data.default_speaker %}selected{% endif %}>{{ option }}</option>
 
17
 
18
  </div>
19
  <div>
20
+ <label for="selection">Select Language:</label>
21
  <select id="speaker" name="speaker">
22
  {% for option in data.speaker_options %}
23
  <option {% if option == data.default_speaker %}selected{% endif %}>{{ option }}</option>