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 %}