Skip to content

Commit faa62e2

Browse files
committed
Change button name.
Fixes ietf-tools#1032 - Legacy-Id: 5708
1 parent a7fed41 commit faa62e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/nomcom/edit_position.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ <h3>{% if position %}Edit{% else %}Add{% endif %} position</h3>
77

88
<form action="" method="post">
99
{{ form }}
10-
<p><input type="submit" value="{% if position %}Edit{% else %}Add{% endif %}" /> <a href="../">Cancel</a></p>
10+
<p><input type="submit" value="{% if position %}Save{% else %}Add{% endif %}" /> <a href="../">Cancel</a></p>
1111
</form>
1212
{% endblock nomcom_content %}

0 commit comments

Comments
 (0)