Skip to content

Commit

Permalink
Fix text for the progress email (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki authored and sethu committed Aug 22, 2016
1 parent 86aa61c commit 01b3d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/subscription_mailer/progress.html.haml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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!"

0 comments on commit 01b3d71

Please sign in to comment.