Skip to content

Commit 2bf48d2

Browse files
authored
Merge pull request #328 from netlify/frenchinfrench
Fix: Make "French" into "Français"
2 parents e1f90cd + 75e9798 commit 2bf48d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
<label for="locale" class="select-locale">Select Widget Locale</label>
308308
<select name="locale" id="locale" onChange="changeLocale(this.value)">
309309
<option value="en">English</option>
310-
<option value="fr">French</option>
310+
<option value="fr">Fran&ccedil;ais</option>
311311
</select>
312312
</div>
313313
</div>

0 commit comments

Comments
 (0)