diff --git a/templates/base.html b/templates/base.html index 57f534d462..9e499e35e8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -219,7 +219,7 @@ {% endif %}
  • {{ _('Edit profile') }}
  • {% if request.user.is_impersonate %} -
  • Stop impersonating
  • +
  • {{ _('Stop impersonating') }}
  • {% else %}
  • @@ -287,7 +287,7 @@