diff --git a/app/views/ontologies/sections/metadata/_ontology_description_section.html.haml b/app/views/ontologies/sections/metadata/_ontology_description_section.html.haml index dc0c5221f..4ee6e6866 100644 --- a/app/views/ontologies/sections/metadata/_ontology_description_section.html.haml +++ b/app/views/ontologies/sections/metadata/_ontology_description_section.html.haml @@ -54,7 +54,7 @@ - l.row do = render FieldContainerComponent.new(label: t("ontologies.sections.metadata.categories_and_subjects")) do = horizontal_list_container(show_ontology_domains(domains).uniq) do |v| - = render ChipButtonComponent.new(text: show_category_name(v), type: "static") + = render ChipButtonComponent.new(text: v.split('/').last.titleize, tooltip: show_category_name(v), type: "static") - if @submission_latest&.pullLocation - l.row do