From 01b3d71d44f5359f867d34b533c9852a366585ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=AA=E0=A5=8D=E0=A4=B0=E0=A4=A5=E0=A4=AE=E0=A5=87?= =?UTF-8?q?=E0=A4=B6=20Sonpatki?= Date: Mon, 22 Aug 2016 16:43:48 +0530 Subject: [PATCH] Fix text for the progress email (#89) --- app/views/subscription_mailer/progress.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/subscription_mailer/progress.html.haml b/app/views/subscription_mailer/progress.html.haml index a09047ee..9b629578 100644 --- a/app/views/subscription_mailer/progress.html.haml +++ b/app/views/subscription_mailer/progress.html.haml @@ -1,7 +1,7 @@ %h4= "Hello, #{@user.name}" %p Your goal for this month is - = link_to (@subscription.try(:goal) || @subscription.set_default_goal).name, goals_url + = link_to (@subscription.try(:goal) || @subscription.set_default_goal).name, goals_url %p - if @subscription.goal_achived? You have achived your goal before time. Bravo! Do remember to @@ -11,4 +11,4 @@ Wake up and smell the coffee! Do your bit for the community please! - else Keep going, you still have some time! - = "You are only #{@subscription.goal.points - @subscription.points} required to achive your goal" + = "You are only #{@subscription.goal.points - @subscription.points} points away from reaching your goal!"