diff options
author | Mark Longair <mhl@pobox.com> | 2013-04-10 10:55:37 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-04-10 10:55:37 +0100 |
commit | ec01e0946dfab8db11e63ad565d18958a8fec1a6 (patch) | |
tree | 11c2b5304f8e10689caf6d27d14197cab1491c2a /lib/views/help/privacy.html.erb | |
parent | 6fbfcf5d943a1e6e4dcf0c6444de424ae82e0d1e (diff) |
Configuration is now AlaveteliConfiguration
Diffstat (limited to 'lib/views/help/privacy.html.erb')
-rw-r--r-- | lib/views/help/privacy.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/help/privacy.html.erb b/lib/views/help/privacy.html.erb index 7102fc8..6f190ee 100644 --- a/lib/views/help/privacy.html.erb +++ b/lib/views/help/privacy.html.erb @@ -12,7 +12,7 @@ <dd><p>We will not disclose your email address to anyone unless we are obliged to by law, or you ask us to. This includes the public authority that you are sending a request to. They only get to see an email address -@<%= Configuration::incoming_email_domain %> which is specific to that request. </p> +@<%= AlaveteliConfiguration::incoming_email_domain %> which is specific to that request. </p> <p>If you send a message to another user on the site, then it will reveal your email address to them. You will be told that this is going to happen.</p> </dd> |