From be7a9103cbd39200e4128fb013cdb0e767ca9627 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 8 Jul 2019 15:47:25 +0300 Subject: [PATCH] Add form field hint Supplements #1256 --- app/views/admin/registrars/form/_billing.html.erb | 1 + config/locales/admin/registrars.en.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/admin/registrars/form/_billing.html.erb b/app/views/admin/registrars/form/_billing.html.erb index 91086918b4..e3bb6629e0 100644 --- a/app/views/admin/registrars/form/_billing.html.erb +++ b/app/views/admin/registrars/form/_billing.html.erb @@ -47,6 +47,7 @@
<%= f.email_field :billing_email, class: 'form-control' %> + <%= t '.billing_email_hint' %>
diff --git a/config/locales/admin/registrars.en.yml b/config/locales/admin/registrars.en.yml index 88e95843ed..b6ba75fc9a 100644 --- a/config/locales/admin/registrars.en.yml +++ b/config/locales/admin/registrars.en.yml @@ -61,6 +61,7 @@ en: Applies to new invoices. Leave blank if a registrar is VAT-registered; registry's rate of %{registry_vat_rate} will be applied in this case. + billing_email_hint: Contact email will be used for billing purposes if left blank no_reference_number_hint: Reference number will be generated automatically disabled_reference_number_hint: Reference number cannot be changed iban_hint: Used for e-invoices