Skip to content

Commit

Permalink
Add arrow to translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Nov 17, 2024
1 parent c214a7c commit b8a15b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djangoproject/templates/contact/coc_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
{% if form.body.errors %}<p class="errors">{{ form.body.errors.as_text }}</p>{% endif %}
<textarea id="id_body" class="required" rows="10" name="body" cols="40"></textarea>
</p>
<p class="submit"><input type="submit" value="{% translate 'Send' %} &rarr;"></p>
<p class="submit"><input type="submit" value="{% translate "Send &rarr;" %}"></p>

</form>
2 changes: 1 addition & 1 deletion djangoproject/templates/contact/foundation.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ <h1>{% translate "Contact the Django Software Foundation" %}</h1>
{{ form.body }}
</p>
<p>{{ form.captcha }}</p>
<p class="submit"><input type="submit" class="cta" value="{% translate 'Send' %} &rarr;"></p>
<p class="submit"><input type="submit" class="cta" value="{% translate "Send &rarr;" %}"></p>
</form>
{% endblock %}

0 comments on commit b8a15b1

Please sign in to comment.