Skip to content

Commit

Permalink
Make it read better
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Aug 15, 2022
1 parent 70c5bc6 commit 4bb2762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/documentation.twig
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{% apply spaceless %}
{% for member in opencollective_members %}
<li class="c-oc__member">
<img src="{{ member.image }}" alt="{{ member.name }}" onerror="this.style.display = 'none';" class="c-oc__member_image" loading="lazy" title="{{ member.name }} contributed {{ (member.totalAmountDonated)|number_format }} to MODX">
<img src="{{ member.image }}" alt="{{ member.name }}" onerror="this.style.display = 'none';" class="c-oc__member_image" loading="lazy" title="{{ member.name }} has contributed ${{ (member.totalAmountDonated)|number_format }} to MODX">
</li>
{% endfor %}
{% endapply %}
Expand Down

0 comments on commit 4bb2762

Please sign in to comment.