refactor: change wording to hide technical details
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a32789b90c
commit
8ba15eb16b
4 changed files with 23 additions and 23 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue