Skip to content

Commit

Permalink
Add form field hint
Browse files Browse the repository at this point in the history
Supplements #1256
  • Loading branch information
Artur Beljajev authored and teadur committed Jul 8, 2019
1 parent 88c1862 commit be7a910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/admin/registrars/form/_billing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</div>
<div class="col-md-7">
<%= f.email_field :billing_email, class: 'form-control' %>
<span class="help-block"><%= t '.billing_email_hint' %></span>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions config/locales/admin/registrars.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be7a910

Please sign in to comment.