diff --git a/app/views/registrant/domains/list_pdf.html.erb b/app/views/registrant/domains/list_pdf.html.erb
index 44a293493..4ce4f5ed0 100644
--- a/app/views/registrant/domains/list_pdf.html.erb
+++ b/app/views/registrant/domains/list_pdf.html.erb
@@ -7,10 +7,10 @@
- <%= t(:name) %> |
- <%= t('.registrant') %> |
- <%= t(:valid_to) %> |
- <%= t(:registrar_name) %> |
+ <%= Domain.human_attribute_name :name %> |
+ <%= Registrant.model_name.human %> |
+ <%= Domain.human_attribute_name :valid_to %> |
+ <%= Registrar.model_name.human %> |
diff --git a/app/views/registrar/contacts/list_pdf.html.erb b/app/views/registrar/contacts/list_pdf.html.erb
index 63ba9205c..b9bbb1c0e 100644
--- a/app/views/registrar/contacts/list_pdf.html.erb
+++ b/app/views/registrar/contacts/list_pdf.html.erb
@@ -7,11 +7,11 @@
- <%= t(:name) %> |
- <%= t(:id) %> |
- <%= t(:ident) %> |
- <%= t(:created_at) %> |
- <%= t(:registrar_name) %> |
+ <%= Contact.human_attribute_name :name %> |
+ <%= Contact.human_attribute_name :code %> |
+ <%= Contact.human_attribute_name :ident %> |
+ <%= Contact.human_attribute_name :created_at %> |
+ <%= Registrar.model_name.human %> |
diff --git a/config/locales/registrant/domains.en.yml b/config/locales/registrant/domains.en.yml
index f59697915..1e02d00e1 100644
--- a/config/locales/registrant/domains.en.yml
+++ b/config/locales/registrant/domains.en.yml
@@ -8,9 +8,6 @@ en:
download_csv_btn: Download CSV
reset_btn: Reset
- list_pdf:
- registrant: Registrant
-
partials:
registrant:
header: Registrant