Skip to content

Commit

Permalink
Restore header text
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Apr 23, 2024
1 parent 949be1f commit 7048223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/datagovuk/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
{% endblock %}
{% block header_account_settings_link %}
<li>
<a href="{{ h.url_for('user.edit', id=c.userobj.name) }}" title="{{ _('Profile settings') }}">
<a href="{{ h.url_for('user.edit', id=c.userobj.name) }}" title="{{ _('Edit settings') }}">
<i class="fa fa-cog" aria-hidden="true"></i>
<span class="text">{{ _('Profile settings') }}</span>
<span class="text">{{ _('Settings') }}</span>
</a>
</li>
{% endblock %}
Expand Down

0 comments on commit 7048223

Please sign in to comment.