diff --git a/app/views/paginable/templates/_publicly_visible.html.erb b/app/views/paginable/templates/_publicly_visible.html.erb
index b8c03c7..7979955 100644
--- a/app/views/paginable/templates/_publicly_visible.html.erb
+++ b/app/views/paginable/templates/_publicly_visible.html.erb
@@ -5,7 +5,7 @@
<%= _('Template Name') %> <%= paginable_sort_link('templates.title') %> |
<%= _('Download') %> |
<%= _('Organisation Name') %> <%= paginable_sort_link('orgs.name') %> |
- <%= _('Organisation Type') %> <%= paginable_sort_link('orgs.org_type') %> |
+ <%= d_('dmpopidor', 'Organisation Type') %> <%= paginable_sort_link('orgs.org_type') %> |
<%= _('Last Updated') %> <%= paginable_sort_link('templates.updated_at') %> |
@@ -18,7 +18,7 @@
<%= link_to _('PDF'), template_export_path(template.family_id, format: :pdf), target: '_blank' %>
<%= template.org.name %> |
- <%= template.org.org_type_to_s %> |
+ <%= _(template.org.org_type_to_s) %> |
<%= l(template.updated_at.to_date, formats: :short) %> |
<% end %>
diff --git a/config/locale/en_GB/dmpopidor.po b/config/locale/en_GB/dmpopidor.po
index a376c33..d30ea4a 100644
--- a/config/locale/en_GB/dmpopidor.po
+++ b/config/locale/en_GB/dmpopidor.po
@@ -69,3 +69,6 @@
msgid "Administrator"
msgstr "Administrator"
+
+msgid "Organisation Type"
+msgstr "Organisation Type"
diff --git a/config/locale/fr_FR/dmpopidor.po b/config/locale/fr_FR/dmpopidor.po
index 25b5409..e7ca963 100644
--- a/config/locale/fr_FR/dmpopidor.po
+++ b/config/locale/fr_FR/dmpopidor.po
@@ -68,3 +68,7 @@
msgid "Administrator"
msgstr "Administrateur"
+
+msgid "Organisation Type"
+msgstr "Type d'organisme"
+