Bug 35377: Fix Callnumber => Call number
in Preservation/WaitingList.vue See: https://wiki.koha-community.org/wiki/Terminology Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
f587d0a362
commit
7218fd991d
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ export default {
|
|||
},
|
||||
{
|
||||
data: "callnumber",
|
||||
title: __("Callnumber"),
|
||||
title: __("Call number"),
|
||||
searchable: true,
|
||||
orderable: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue