Skip to content

Commit

Permalink
Improving weekly email text
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Sep 26, 2023
1 parent 8417911 commit 2535dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h4>{{ lab_summary.lab.organization.name }} / {{ lab_summary.lab.name }}</h4>
<tr>
<th style="{{ th_style }}">Discordances for Discussion</th>
<td>
{% if not counts.ready_to_discuss %}<span style="color:#888">No discordances are ready to discuss with other labs as there are outstanding triages</span>
{% if not counts.ready_to_discuss %}<span style="color:#888">No discordances are ready to discuss with other labs</span>
{% else %}{{ counts.ready_to_discuss }} of your discordances {% plural items=counts.ready_to_discuss plural='are' singular='is' %} ready to discuss with other labs
{% endif %}
</td>
Expand Down

0 comments on commit 2535dd7

Please sign in to comment.