This commit is contained in:
Oleksandr Turchyn
2024-10-02 17:57:31 +03:00
parent 711427521c
commit 9479771fc8
12 changed files with 243 additions and 42 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
<% next if value.blank? %>
<div class="pt-2.5 border-b border-base-300">
<div class="text-xs font-medium uppercase mb-0.5" dir="auto">
<%= field['name'].presence || "#{field['type'].titleize} Field #{submitter_field_counters[field['type']]}" %>
<%= field['name'].presence || "#{t("#{field['type']}_field")} #{submitter_field_counters[field['type']]}" %>
</div>
<div dir="auto">
<% if field['type'].in?(%w[signature initials]) %>