"Cancel" -> "Zurück"
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user