Clarify button labels
This commit is contained in:
parent
dc22a5bc7c
commit
0afc881b5d
5 changed files with 37 additions and 40 deletions
|
|
@ -78,14 +78,14 @@ end
|
|||
<button type="submit"><%= _("Reopen voting period") %></button>
|
||||
</form>
|
||||
|
||||
<h3><%= _("Add") %></h3>
|
||||
<h3><%= _("Add organizer") %></h3>
|
||||
|
||||
<form action="/votes/<%= @vote.secure_id %>/organizers" method="post">
|
||||
<p>
|
||||
<label for="email"><%= _("Email") %></label>
|
||||
<input type="text" name="email">
|
||||
</p>
|
||||
<button type="submit"><%= _("Add") %></button>
|
||||
<button type="submit"><%= _("Add organizer") %></button>
|
||||
</form>
|
||||
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue