"Cancel" -> "Zurück"

This commit is contained in:
2026-02-19 13:08:13 +01:00
parent 55c128e25e
commit b8f8cec29b

View File

@ -16,7 +16,7 @@ defmodule BeetRoundServerWeb.BiddingLive.Form do
<%= if @bidding.bidding_round == 0 do %>
<p><b>Keine Bietrunde aktiv.</b></p>
<footer>
<.button navigate={return_path(@current_scope, @return_to, @bidding)}>Cancel</.button>
<.button navigate={return_path(@current_scope, @return_to, @bidding)}>Zurück</.button>
</footer>
<% else %>
<.form for={@form} id="bidding-form" phx-change="validate" phx-submit="save">