| Summary: | There is no space between the words after ":" | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Igor A. Sychev <Igor.A.Sychev> |
| Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Igor A. Sychev
2023-03-19 08:11:14 UTC
Please provide more details about where and how to reproduce this bug (In reply to Owen Leonard from comment #1) > Please provide more details about where and how to reproduce this bug https://kopac.tamil.fr/cgi-bin/koha/opac-detail.pl?biblionumber=72758 I see the cause in the UNIMARC XSL template, UNIMARCslim2OPACDetail.xsl: <span class="label">Ressources en ligne :</span> There is no space after ":" RESSOURCES EN LIGNE :Cliquez ici pour consulter en ligne In English: ONLINE RESOURCES:Click here to access online Hi Igor, this looks like a translation issue. Translators have ommitted the ending space in some (but not all) versions: https://translate.koha-community.org/fr/translate/#search=ONLINE%20RESOURCES%3A&sfields=source,target&soptions=exact&unit=436557&offset=0 It needs to be fixed on translate.koha-community.org. |