fix wrong english word

This commit is contained in:
Thomas Waldmann 2014-07-27 15:59:40 +02:00
parent f3e2414b8b
commit cbab09fd1e

View File

@ -24,7 +24,7 @@
<button type="submit" class="btn btn-xs btn-success">{{ backend }}</button> <button type="submit" class="btn btn-xs btn-success">{{ backend }}</button>
</form> </form>
{% endfor %} {% endfor %}
<h3>{% trans "Deassociate from remote Account" %}</h3> <h3>{% trans "Disassociate from remote Account" %}</h3>
{% for socauth in backends.associated %} {% for socauth in backends.associated %}
<form method="post" action="{% url 'social:disconnect_individual' socauth.provider socauth.pk %}" <form method="post" action="{% url 'social:disconnect_individual' socauth.provider socauth.pk %}"
style="display: inline-block;"> style="display: inline-block;">