aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/translation.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/translation.rake')
-rw-r--r--lib/tasks/translation.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/translation.rake b/lib/tasks/translation.rake
index aab327d5b..351faef2c 100644
--- a/lib/tasks/translation.rake
+++ b/lib/tasks/translation.rake
@@ -156,7 +156,7 @@ namespace :translation do
write_email(event_digest_email, 'Alerts on things the user is tracking', output_file)
# user mailer
- site_name = Configuration::site_name
+ site_name = AlaveteliConfiguration::site_name
reasons = {
:web => "",
:email => _("Then you can sign in to {{site_name}}", :site_name => site_name),