Browse Source

Fix typo (toît → toit)

Baptiste Jonglez 10 years ago
parent
commit
b0ae412294
2 changed files with 3 additions and 3 deletions
  1. 2 2
      assets/map.js
  2. 1 1
      views/wifi-form.tpl

+ 2 - 2
assets/map.js

@@ -32,7 +32,7 @@ $( document ).ready(function() {
                 feature.properties.popupContent += '<ul>';
                 if (feature.properties.place.hasOwnProperty('floor')) feature.properties.popupContent += '<li>Étage: '+feature.properties.place.floor+'</li>';
                 if (feature.properties.place.orientations[0]) feature.properties.popupContent += '<li>Orientation: '+feature.properties.place.orientations.join(', ')+'</li>';
-                if (feature.properties.place.roof) feature.properties.popupContent += '<li>Accès au toît'+'</li>';
+                if (feature.properties.place.roof) feature.properties.popupContent += '<li>Accès au toit'+'</li>';
                 feature.properties.popupContent += '</ul>'
             }
 
@@ -56,4 +56,4 @@ $( document ).ready(function() {
 
     });
 
-});
+});

+ 1 - 1
views/wifi-form.tpl

@@ -163,7 +163,7 @@ pourraient-être intéressantes.
     </div>
 
     <div class="form-group">
-        <label for="roof">Je peux accéder à mon toît
+        <label for="roof">Je peux accéder à mon toit
           <input name="roof" {{'checked' if data.get('roof', False) else ''}}
                  type="checkbox"/>
         </label>