Bug 29730 - Register text should be consistent in OPAC
Summary: Register text should be consistent in OPAC
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-17 21:15 UTC by Fridolin Somers
Modified: 2021-12-17 21:15 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.