diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-04 11:00:35 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-06-04 11:00:35 +0100 |
commit | f5548bdb5c79a126fff63dc5de1a1578e528cb30 (patch) | |
tree | 4211a498c1383d14aa0b367fbd4a507f071d6737 | |
parent | cdc4a5c29ff8629154f2ab143043a2edd6d2f469 (diff) |
Add translation to /body_statistics
-rw-r--r-- | app/views/public_body/statistics.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/statistics.html.erb b/app/views/public_body/statistics.html.erb index 2983f625a..0e7e7424e 100644 --- a/app/views/public_body/statistics.html.erb +++ b/app/views/public_body/statistics.html.erb @@ -49,7 +49,7 @@ are due to him.") %></p> <table border=0> <thead> <tr> - <th>Public Body</th> + <th><%= _('Public Body') %></th> <th><%= graph_data['y_axis'] %></th> </tr> </thead> |