Make label translatable

This commit is contained in:
Luis Ramos
2020-09-28 18:54:25 +01:00
parent f7c07f492c
commit 2cf7b1b36c
2 changed files with 4 additions and 1 deletions

View File

@@ -38,7 +38,9 @@
.omega.eight.columns
%a{ href: '{{ Enterprise.terms_and_conditions }}', target: '_blank', ng: { if: 'Enterprise.terms_and_conditions' } }
= '{{ Enterprise.terms_and_conditions_file_name }}' " uploaded on " '{{ Enterprise.terms_and_conditions_updated_at }}'
= '{{ Enterprise.terms_and_conditions_file_name }}'
= t('.uploaded_on')
= '{{ Enterprise.terms_and_conditions_updated_at }}'
.pad-top
= f.file_field :terms_and_conditions, accept: 'application/pdf'
.pad-top

View File

@@ -705,6 +705,7 @@ en:
invoice_text: Add customized text at the end of invoices
terms_and_conditions: "Terms and Conditions"
remove_terms_and_conditions: "Remove File"
uploaded_on: "uploaded on"
contact:
name: Name
name_placeholder: eg. Gustav Plum