From 7dcd2fa3d0c98f0e72d93c2fa58d74e28542576d Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Fri, 18 Jul 2014 22:13:37 +0100 Subject: [PATCH] Accounts: Fix a lingering bad url reference --- pootle/templates/profiles/_tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pootle/templates/profiles/_tabs.html b/pootle/templates/profiles/_tabs.html index c93be6f866b..dd88ae72b37 100644 --- a/pootle/templates/profiles/_tabs.html +++ b/pootle/templates/profiles/_tabs.html @@ -3,7 +3,7 @@ {% if user == profile.user or not profile.user %}
  • {% trans "Dashboard" %}
  • {% trans "Settings" %}
  • -
  • {% trans "Profile" %}
  • +
  • {% trans "Profile" %}
  • {% trans "Password" %}
  • {% endif %}