aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/public_body_helper.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-03-02 16:27:55 +0000
committerLouise Crow <louise.crow@gmail.com>2015-03-02 16:27:55 +0000
commitbb54b64796772c1bc8266f01d2e93d3f07bda39d (patch)
treec369f3e82348b4bc255fb392491710382dddf5d5 /app/helpers/public_body_helper.rb
parent6096ba531e76fe0edb1e03527514f47170a50ea6 (diff)
parent56e7fe278e84200324e2ec2a1be72c3bd998c5ff (diff)
Merge branch 'issues/1526-redesign-make-request-process' into rails-3-develop
Diffstat (limited to 'app/helpers/public_body_helper.rb')
-rw-r--r--app/helpers/public_body_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/public_body_helper.rb b/app/helpers/public_body_helper.rb
index d8a5d57b5..4a71f89ab 100644
--- a/app/helpers/public_body_helper.rb
+++ b/app/helpers/public_body_helper.rb
@@ -21,7 +21,7 @@ module PublicBodyHelper
unless public_body.has_request_email?
# Make the authority appear requestable to encourage users to help find
- # the authroty's email address
+ # the authority's email address
msg = link_to _("Make a request to this authority"),
new_request_to_body_path(:url_name => public_body.url_name),
:class => "link_button_green"