@@ -72,7 +72,10 @@ $("#views-menu li a").click(function(){
{% else %}
<pclass="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in your subscribed projects." %}</p>
{% endif %} {# usersubscriptions #}
<p><aclass="btn btn-default"href="{% url 'profile' %}#subscriptions">{% trans "Manage your subscriptions" %}</a></p>
<p>
<aclass="btn btn-default"href="{% url 'profile' %}#languages">{% trans "Manage your languages" %}</a>
<aclass="btn btn-default"href="{% url 'profile' %}#subscriptions">{% trans "Manage your subscriptions" %}</a>
</p>
</div>
<divclass="tab-pane"id="your-languages">
...
...
@@ -89,12 +92,12 @@ $("#views-menu li a").click(function(){
{% with userlanguages as translations and 2 as show_language and user.profile.hide_completed as hide_completed %}
{% include "list-translations.html" %}
{% endwith %}
{% else %}
<pclass="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in all projects." %}</p>
<pclass="help-block">{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in TODO." %}</p>
{% endif %} {# userlanguages #}
<p><aclass="btn btn-default"href="{% url 'profile' %}#languages">{% trans "Manage your languages" %}</a></p>