diff options
Diffstat (limited to 'templates/user/edit.html')
| -rw-r--r-- | templates/user/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/edit.html b/templates/user/edit.html index fb6296a..d548282 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -43,7 +43,7 @@ <label for="city_line">Ville, CP <span class="info">(dernière ligne)</span> :</label> <input type="text" id="city_line" size="30" name="address_city_line" value="{{user.address_city_line}}"/><br /> -<label for="timezone">Timezone:</label> +<label for="timezone">Fuseau horaire:</label> <select id="timezone" name="timezone"> {% for timezone in g.timezone %} <option {%if timezone==session.timezone %}selected="selected" {% endif %}>{{timezone}}</option> |
