mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Repair field placeholder translation
This commit is contained in:
committed by
Rachel Arnould
parent
6ae3c8b102
commit
657df9eb8f
@@ -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') }
|
||||
|
||||
Reference in New Issue
Block a user