Skip to content

Commit

Permalink
Merge pull request #2158 from thostetler/applied-filters-aff-to-inst
Browse files Browse the repository at this point in the history
Update applied filters: Affiliations->Institutions
  • Loading branch information
thostetler committed May 3, 2021
2 parents 7888e8d + b23f694 commit 0e776ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/widgets/filter_visualizer/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ define([
this.view = new WidgetView({ collection: this.collection });
this.listenTo(this.view, 'childview:filter-event', this.onFilterEvent);
this.knownFilters = {
fq_aff: 'Affiliations',
fq_aff: 'Institutions',
fq_author: 'Author',
fq_database: 'Collection',
fq_property: 'Property',
Expand Down

0 comments on commit 0e776ce

Please sign in to comment.