changing nomenclature to Libraries ... we do need to pull those
language strings out of the code :/ Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
2c1081b5b1
commit
f0a83f69e9
1 changed files with 4 additions and 4 deletions
|
@ -580,8 +580,8 @@ sub getFacets {
|
|||
subfield => 'a',
|
||||
},
|
||||
{
|
||||
link_value => 'branch',
|
||||
label_value => 'Branches',
|
||||
link_value => 'homebranch',
|
||||
label_value => 'Libraries',
|
||||
tags => [ '995', ],
|
||||
subfield => 'b',
|
||||
expanded => '1',
|
||||
|
@ -628,8 +628,8 @@ sub getFacets {
|
|||
subfield => 'a',
|
||||
},
|
||||
{
|
||||
link_value => 'branch',
|
||||
label_value => 'Branches',
|
||||
link_value => 'homebranch',
|
||||
label_value => 'Libraries',
|
||||
tags => [ '952', ],
|
||||
subfield => 'b',
|
||||
expanded => '1',
|
||||
|
|
Loading…
Reference in a new issue