diff --git a/omero_tagsearch/templates/omero_tagsearch/tagnav.html b/omero_tagsearch/templates/omero_tagsearch/tagnav.html index bdfb1cc..dd7c262 100644 --- a/omero_tagsearch/templates/omero_tagsearch/tagnav.html +++ b/omero_tagsearch/templates/omero_tagsearch/tagnav.html @@ -230,7 +230,7 @@

{% trans "Tag Search" %}

{{ tagnav_form.selectedTags }}  + data-content="Search objects annotated with selected tags.
Only the tags of the selected group & user are listed.
Multiple tags are combined according to the joining method.">

@@ -239,14 +239,14 @@

{% trans "Tag Search" %}

{{ tagnav_form.excludedTags }}  + data-content="Remove from the results the objects annotated with excluded tags.
Only the tags of the selected group & user are listed.">


+ data-content="AND: Get the objects with all selected tags.
OR: Get the objects with at least one selected tag.">
{{ tagnav_form.operation }}