diff --git a/pootle/apps/pootle_app/templates/index/index.html b/pootle/apps/pootle_app/templates/index/index.html index 6a0cb14163e..a0e33a93931 100644 --- a/pootle/apps/pootle_app/templates/index/index.html +++ b/pootle/apps/pootle_app/templates/index/index.html @@ -25,7 +25,7 @@ {% block content %}
-

{{ languagelink }}

+

{% trans "Languages" %}

@@ -52,7 +52,7 @@

{{ languagelink }}

-

{{ projectlink }}

+

{% trans "Projects" %}

diff --git a/pootle/apps/pootle_app/views/index/index.py b/pootle/apps/pootle_app/views/index/index.py index 072f9c2443d..33c950df053 100644 --- a/pootle/apps/pootle_app/views/index/index.py +++ b/pootle/apps/pootle_app/views/index/index.py @@ -97,9 +97,7 @@ def view(request): 'traduction', 'traduire', ], - 'languagelink': _('Languages'), 'languages': languages, - 'projectlink': _('Projects'), 'projects': getprojects(request), 'topstats': topstats, 'translationlegend': {'translated': _('Translations are complete'),