Skip to content

Commit

Permalink
Make "French" into "Francais"
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidoo authored Jul 28, 2020
1 parent e1f90cd commit 75e9798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
<label for="locale" class="select-locale">Select Widget Locale</label>
<select name="locale" id="locale" onChange="changeLocale(this.value)">
<option value="en">English</option>
<option value="fr">French</option>
<option value="fr">Fran&ccedil;ais</option>
</select>
</div>
</div>
Expand Down

0 comments on commit 75e9798

Please sign in to comment.