Skip to content

Commit d269f5c

Browse files
committed
fix: fix grammar
1 parent 0ecf6e3 commit d269f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intranet/templates/dashboard/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h3>
217217
{% endif %}
218218
{% if already_teacher_approved %}
219219
{% if self_awaiting_teacher %}<br>{% endif %}
220-
<h3> <i class="fas fa-info-circle"></i> There {% if already_teacher_approved|length == 1 %}is 1 announcement request{% else %}are {{ already_teacher_approved|length }} announcement requests{% endif %} you have approved and are pending admin approval</h3>
220+
<h3> <i class="fas fa-info-circle"></i> There {% if already_teacher_approved|length == 1 %}is 1 announcement request{% else %}are {{ already_teacher_approved|length }} announcement requests{% endif %} you have approved and {% if already_teacher_approved|length == 1 %}is{% else %}are{% endif %} pending admin approval</h3>
221221
<ul>
222222
{% for req in already_teacher_approved %}
223223
<li>{{ req }} -- requested by {{ req.user.full_name }}</li>

0 commit comments

Comments
 (0)