[Koha-bugs] [Bug 27232] Missing spaces in member-alt-contact-style.inc make some strings appearing twice in po

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 16 16:52:49 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27232

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #2 from Fridolin Somers <fridolin.somers at biblibre.com> ---
There is also <span class="label">Surname: </span> in moremember.tt :

https://git.koha-community.org/Koha-community/Koha/src/commit/ec1979a385cb35228d39d139d7c0bd8c685dd4a2/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt#L638

Creating :
msgid "Surname: "

So maybe better add a span in other places :
<span>Surname: </span></label>

It removes the %s which is not a real PO var, it must not be moved.

What do you think ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list