Repair field placeholder translation

This commit is contained in:
François Turbelin
2024-11-28 22:23:28 +01:00
committed by Rachel Arnould
parent 6ae3c8b102
commit 657df9eb8f

View File

@@ -21,4 +21,4 @@
= f.label :external_billing_id, t('.external_billing_id')
= render partial: 'admin/shared/whats_this_tooltip', locals: {tooltip_text: t('.external_billing_id_tip')}
.four.columns
= f.text_field :external_billing_id, { placeholder: t(:external_billing_id_placeholder) }
= f.text_field :external_billing_id, { placeholder: t('.external_billing_id_placeholder') }