chore: rename custom to data field in the UI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2026-01-12 09:50:51 +01:00
parent 6311eebb0c
commit e38de7d690
7 changed files with 154 additions and 134 deletions

View file

@ -29,7 +29,7 @@ defmodule MvWeb.CustomFieldLive.IndexComponent do
phx-click="new_custom_field"
phx-target={@myself}
>
<.icon name="hero-plus" /> {gettext("New Custom Field")}
<.icon name="hero-plus" /> {gettext("New Data Field")}
</.button>
</div>
</div>
@ -111,7 +111,7 @@ defmodule MvWeb.CustomFieldLive.IndexComponent do
<%!-- Delete Confirmation Modal --%>
<dialog :if={@show_delete_modal} id="delete-custom-field-modal" class="modal modal-open">
<div class="modal-box">
<h3 class="text-lg font-bold">{gettext("Delete Custom Field")}</h3>
<h3 class="text-lg font-bold">{gettext("Delete Data Field")}</h3>
<div class="py-4 space-y-4">
<div class="alert alert-warning">