refactor: change wording to hide technical details
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-11-20 14:46:45 +01:00
parent a32789b90c
commit 8ba15eb16b
Signed by: moritz
GPG key ID: 1020A035E5DD0824
4 changed files with 23 additions and 23 deletions

View file

@ -94,7 +94,7 @@ defmodule MvWeb.CustomFieldLive.Index do
<div>
<label for="slug-confirmation" class="label">
<span class="label-text">
{gettext("To confirm deletion, please enter the custom field slug:")}
{gettext("To confirm deletion, please enter this text:")}
</span>
</label>
<div class="font-mono font-bold text-lg mb-2 p-2 bg-base-200 rounded break-all">
@ -106,7 +106,7 @@ defmodule MvWeb.CustomFieldLive.Index do
name="slug"
type="text"
value={@slug_confirmation}
placeholder={gettext("Enter slug to confirm")}
placeholder={gettext("Enter the text above to confirm")}
autocomplete="off"
phx-mounted={JS.focus()}
class="input input-bordered w-full"