Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fix(templates): ✏️ Better language on milestone progress page
Browse files Browse the repository at this point in the history
has got => has received

Signed-off-by: Matthew Gray <[email protected]>
  • Loading branch information
mmoomocow committed Sep 20, 2023
1 parent fd6995b commit d5a95c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>{{i.type}}</h3>
{% else %}
<div>
<h3>{{i.type}}</h3>
<p>{% if request.user.is_caregiver %}{{ student.user.first_name }} has {% else %}You have{% endif %} got {{commendationCount}}/{{i.value}} commendations needed to achieve this RISE award. Only {{i.remaining}} to go!</p>
<p>{% if request.user.is_caregiver %}{{ student.user.first_name }} has {% else %}You have{% endif %} received {{commendationCount}}/{{i.value}} commendations needed to achieve this RISE award. Only {{i.remaining}} to go!</p>
<div class="barContainer">
<div class="bar" style="width: {{i.percentage}}%;"></div>
</div>
Expand Down

0 comments on commit d5a95c0

Please sign in to comment.