Skip to content

Commit 562d7da

Browse files
committed
Fix accepted wording
- Legacy-Id: 11634
1 parent cd1250b commit 562d7da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/group/manage_review_requests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1>Manage open review requests for {{ group.acronym }}</h1>
5656
</td>
5757
<td>
5858
{% if r.reviewer %}
59-
<button type="button" class="btn btn-default btn-sm reviewer-action" title="Click to reassign request">{{ r.reviewer.person }} {% if r.state_id == "accepted" %}<span class="label label-default">ack</span>{% endif %}</button>
59+
<button type="button" class="btn btn-default btn-sm reviewer-action" title="Click to reassign request">{{ r.reviewer.person }} {% if r.state_id == "accepted" %}<span class="label label-default">accp</span>{% endif %}</button>
6060
{% else %}
6161
<button type="button" class="btn btn-default btn-sm reviewer-action" title="Click to assign request"><em>not yet assigned</em></button>
6262
{% endif %}
@@ -75,7 +75,7 @@ <h1>Manage open review requests for {{ group.acronym }}</h1>
7575
</span>
7676
</td>
7777
<td>
78-
<button type="button" class="btn btn-default btn-sm close-action" title="Click to mark request for closure">Close</button>
78+
<button type="button" class="btn btn-default btn-sm close-action">Close...</button>
7979

8080
<span class="close-controls form-inline">
8181
{% spaceless %}

0 commit comments

Comments
 (0)