We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eac01a commit d70fcccCopy full SHA for d70fccc
1 file changed
demo/sections/group-section.html
@@ -45,7 +45,7 @@ <h2>Group</h2>
45
<input class="mg-x2 mg-button--small" type="number" min="1" max="31" maxlength="2" title="day" value="01" />
46
<div class="mg-select mg-x6">
47
<select aria-label="Month" title="Month" data-value="0">
48
- <option value="0" disabled="">Mois</option>
+ <option value="0" disabled="">Month</option>
49
<option value="1">January</option>
50
<option value="2">February</option>
51
<option value="3">March</option>
0 commit comments