Bug 34479: Update syntax for translatable string
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 63ec521608
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
265826ea32
commit
79944eb6ee
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ function showPatronSelections(number) {
|
|||
if (number === 0) {
|
||||
$("#table_search_selections").hide()
|
||||
} else {
|
||||
$("#table_search_selections").show().find("span").text(__("Patrons selected: %s".format(number)));
|
||||
$("#table_search_selections").show().find("span").text(__("Patrons selected: %s").format(number));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue