style: consistent back button and some translations
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
91cf7cca6a
commit
0f12befd11
26 changed files with 747 additions and 710 deletions
|
|
@ -107,7 +107,7 @@ defmodule MvWeb.CustomFieldLive.FormComponent do
|
|||
<div class="border border-base-300 rounded-lg p-4 bg-base-100">
|
||||
<p class="text-base-content/70 mb-4">
|
||||
{gettext(
|
||||
"Deleting this data field cannot be undone. All custom field values for this field will be permanently removed."
|
||||
"Deleting this data field cannot be undone. All datafield values for this field will be permanently removed."
|
||||
)}
|
||||
</p>
|
||||
<.button
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ defmodule MvWeb.CustomFieldLive.IndexComponent do
|
|||
phx-target={@myself}
|
||||
disabled={@slug_confirmation != @custom_field_to_delete.slug}
|
||||
>
|
||||
{gettext("Delete Custom Field and All Values")}
|
||||
{gettext("Delete Datafields and All Values")}
|
||||
</.button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue