Bug 35657: (follow-up) Placeholders should be translatable

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Martin Renvoize 2024-05-02 13:17:21 +01:00 committed by Katrin Fischer
parent 62a322f797
commit 07db73e1fb
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -183,7 +183,7 @@ $(document).ready(function () {
escape_str(patron.firstname)
);
},
placeholder: "Search for a patron",
placeholder: __("Search for a patron"),
});
});