1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00

Fix a typo in string ID

This commit is contained in:
Daniel Berteaud 2014-05-28 14:34:26 +02:00
parent d99fe04c64
commit 37cd041a7d

View File

@ -18,7 +18,7 @@
<label for="response"><%=l 'WILL_YOU_JOIN' %></label>
<select name="response" id="response" class="form-control">
<option value="later"><%=l 'WILL_TRY_TO_JOIN_LATER' %></option>
<option value="decline" selected><%=l 'WONT_BE_ABL_TO_JOIN' %></option>
<option value="decline" selected><%=l 'WONT_BE_ABLE_TO_JOIN' %></option>
</select>
</div>
<div class="form-group">