Commit 1e08b3db authored by Isabell Long's avatar Isabell Long

Make the "language missing" sentence flow a bit more nicely

- Contract "can not" to "can't" and rearrange "above list" to be "the list above".
  To me at least, this reads better.
parent 444726fa
......@@ -102,7 +102,7 @@
<p>{% trans "Project maintainers will get notified about this request and will add the language manually." %}</p>
{% endif %}
{{ new_lang_form|crispy }}
<p class="help-block"><a href="{% url 'contact' %}?subject=New+language+request+for+{{ object }}">{% trans "Can not find your language in above list?" %}</a></p>
<p class="help-block"><a href="{% url 'contact' %}?subject=New+language+request+for+{{ object }}">{% trans "Can't find your language in the list above?" %}</a></p>
</div>
<div class="panel-footer">
{% if object.new_lang == 'contact' %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment