Skip to content

Commit 75e9798

Browse files
authored
Make "French" into "Francais"
1 parent e1f90cd commit 75e9798

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)