portico-header: Tag all links for translation.

This commit is contained in:
Aman Agrawal 2023-03-24 18:31:36 +00:00 committed by Tim Abbott
parent 7448ab6234
commit 887cacd564
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@
{% if find_team_link_disabled %}
{% else %}
<a href="{{ root_domain_uri }}/accounts/find/">Find accounts</a>
<a href="{{ root_domain_uri }}/new">New organization</a>
<a href="{{ root_domain_uri }}/accounts/find/">{{ _('Find accounts') }}</a>
<a href="{{ root_domain_uri }}/new">{{ _('New organization') }}</a>
{% endif %}
</div>
</div>