https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42134 Bug ID: 42134 Summary: String displays incorrectly: words “notices” and “for” appear concatenated Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: anneli.osterman@koha-suomi.fi QA Contact: testopia@bugs.koha-community.org Description: When viewing a notice in the Notices and slips page -> Format tab there is a text `Apply format settings to all noticesfor this language:` The rendered text on the staff interface shows the words *“notices”* and *“for”* stuck together without a space. This occurs on the following translation entry: https://translate.koha-community.org/translate/koha/main/staff-prog/fi/?chec... Apply format settings to all notices%sfor this language%s: koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt:827 Steps to reproduce: 1. Open the staff interface and navigate to Tools -> Notices and slips -> Open one of the notices -> Go to the Format tab. 2. Navigate to the section where the above string is displayed. 3. Observe that the rendered text lacks a space between “notices” and “for”. Expected behavior: A space should appear between the words, e.g.: `Apply format settings to all notices for this language:` Actual behavior: The words appear concatenated: `noticesfor` -- You are receiving this mail because: You are watching all bug changes.