Skip to content

Commit

Permalink
🔀 Merge pull request #134 from derf/wrapped-wording
Browse files Browse the repository at this point in the history
wrapped: adjust wording
  • Loading branch information
YtvwlD committed Jun 27, 2023
2 parents 7aca367 + f72a8fa commit a3c4bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/wrapped/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- else
.card
.card-header
Most Bought Drink
Most Frequent Drink
.row.g-0
.col-xs-1.col-sm-4.col-md-3.col-lg-2
.wrapped-image
Expand All @@ -19,7 +19,7 @@
%h5.card-title
Your favorite drink is #{@most_bought_drink[:drink].name}.
.card-text
At least you bought it #{@most_bought_drink[:count]} times this year.
At least you enjoyed it #{@most_bought_drink[:count]} times this year.
.card-text
- if @most_bought_drink[:user_more] > 1
There are only #{@most_bought_drink[:user_more]} other users who enjoy
Expand Down

0 comments on commit a3c4bed

Please sign in to comment.