small review changes

This commit is contained in:
Lukas Bockstaller
2026-02-20 17:51:52 +01:00
parent 14b2c84627
commit 4f02b607e5
3 changed files with 6 additions and 7 deletions
@@ -26,7 +26,7 @@
{% trans "Cancel" %}
</a>
<button type="submit" class="btn btn-primary btn-save">
{% trans "Submit" %}
{% trans "Save" %}
</button>
</div>
</form>
@@ -270,7 +270,7 @@
</button>
<a href="{% url "control:event.orders.waitinglist.edit" organizer=request.event.organizer.slug event=request.event.slug entry=e.id %}"
class="btn btn-default btn-sm" title="{% trans "Edit entry" context "subevent" %}"
class="btn btn-default btn-sm" title="{% trans "Edit entry" %}"
data-toggle="tooltip">
<i class="fa fa-edit" aria-hidden="true"></i>
</a>