Bug 29730

Summary: Register text should be consistent in OPAC
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29458
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28934
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Fridolin Somers 2021-12-17 21:15:41 UTC
In OPAC when you are not logged in you can see a text telling to register :
 > git grep -i 'register here' -- koha-tmpl/
koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc:                                        <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt:                                            <a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt:                                                <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt:                                    [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="patronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %]


We see that opac-auth.tt text is not consistant with other ones.