Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 29, 2023
1 parent 7aee425 commit fd7aa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate_web/templates/snippets/service.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<form method="post" action="{% url 'service-user' pk=service.pk %}">
{% csrf_token %}
<input type="email" class="grey-input" placeholder="{% trans "E-mail" %}" name="email" aria-label="{% trans "E-mail" %}" />
<input type="submit" class="button button-med-120 inline border rev" value="{% trans "Add user" %}" />
<input type="submit" class="button button-med-120 inline border rev" value="{% trans "Add a user" %}" />
</form>
</div>
<div class="clear"></div>
Expand Down

0 comments on commit fd7aa4a

Please sign in to comment.