Clarify button labels

This commit is contained in:
ricola 2025-06-07 20:05:28 -06:00
parent dc22a5bc7c
commit 0afc881b5d
5 changed files with 37 additions and 40 deletions

View file

@ -33,7 +33,7 @@
<label for="description"><%= _("Description") %></label>
<input type="text" name="description">
</p>
<button type="submit"><%= _("Add") %></button>
<button type="submit"><%= _("Add candidate") %></button>
</form>
<h2><%= _("Organizers") %></h2>
@ -51,7 +51,7 @@
<label for="email"><%= _("Email") %></label>
<input type="text" name="email">
</p>
<button type="submit"><%= _("Add") %></button>
<button type="submit"><%= _("Add organizer") %></button>
</form>
<h3><%= _("Actions for organizers") %></h2>