diff options
Diffstat (limited to 'app/views/body/show.rhtml')
-rw-r--r-- | app/views/body/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/body/show.rhtml b/app/views/body/show.rhtml index 67e315d28..7fcbcf27b 100644 --- a/app/views/body/show.rhtml +++ b/app/views/body/show.rhtml @@ -3,7 +3,7 @@ <h1><%=@title%></h1> <p class="subtitle"> -A public authority in the UK<% if not @public_body.short_name.empty? %>, also called <%= h(@public_body.short_name) %><% end %> +<%=@public_body.type_of_authority.capitalize%> in the UK<% if not @public_body.short_name.empty? %>, also called <%= h(@public_body.short_name) %><% end %> </p> <p> |