improve wording

This commit is contained in:
Son NK 2019-07-22 22:32:33 +02:00 committed by Son NK
parent d933fcf0b7
commit 4ca3ce571a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<div class="col-md-9">
<select class="custom-select custom-select" name="suggested-email">
<option selected value="{{ suggested_email }}">{{ suggested_email }}</option>
<option value="{{ personal_email }}">{{ personal_email }}</option>
<option value="{{ personal_email }}">{{ personal_email }} (Personal Email)</option>
{% for email in other_emails %}
<option value="{{ email }}">{{ email }}</option>
{% endfor %}