Commit da86fb5b authored by Michal Čihař's avatar Michal Čihař

Change button label to clarify the language won't get added automatically

Issue #783
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1f0cb2bb
......@@ -102,8 +102,12 @@
<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>
</div>
<div class="panel-footer">
{% if object.new_lang == 'contact' %}
<input class="btn btn-default" type="submit" value="{% trans "Request new translation" %}" />
{% else %}
<input class="btn btn-default" type="submit" value="{% trans "Start new translation" %}" />
{% endif %}
{% endif %}
</div>
</div>
</form>
......
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