The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit f4678074 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing translation.

parent 56079e10
Branches
Tags
No related merge requests found
...@@ -926,6 +926,7 @@ unique_tags = "Unique Tags" ...@@ -926,6 +926,7 @@ unique_tags = "Unique Tags"
unique_tags = "Unique Tags" unique_tags = "Unique Tags"
University Library = "University Library" University Library = "University Library"
Unknown = Unknown Unknown = Unknown
unrecognized_facet_label = "Other"
Upgrade VuFind = "Upgrade VuFind" Upgrade VuFind = "Upgrade VuFind"
upgrade_description = "If you are upgrading a previous VuFind version, you can load your old settings with this tool." upgrade_description = "If you are upgrading a previous VuFind version, you can load your old settings with this tool."
URL = URL URL = URL
......
...@@ -993,7 +993,7 @@ class Params implements ServiceLocatorAwareInterface ...@@ -993,7 +993,7 @@ class Params implements ServiceLocatorAwareInterface
public function getFacetLabel($field) public function getFacetLabel($field)
{ {
return isset($this->facetConfig[$field]) return isset($this->facetConfig[$field])
? $this->facetConfig[$field] : "Other"; ? $this->facetConfig[$field] : 'unrecognized_facet_label';
} }
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment