add translation strings

- add logic when default shelves used
- add trans strings in a few spots they were missing
This commit is contained in:
Hugh Rundle
2021-12-01 20:07:52 +11:00
parent ad6c860951
commit 2602ae42b0
6 changed files with 30 additions and 10 deletions

View File

@ -39,7 +39,7 @@
<header class="columns is-mobile">
<div class="column">
<h3 class="title is-5">
Results from
{% trans 'Results from' %}
<a href="{{ result_set.connector.base_url }}" target="_blank">{{ result_set.connector.name|default:result_set.connector.identifier }}</a>
</h3>
</div>