From c329ee859ed166c77e13a9bfa54064b5c008c160 Mon Sep 17 00:00:00 2001 From: blou Date: Mon, 7 Oct 2013 11:01:05 -0400 Subject: [PATCH 2/2] The change was causing issue with the next sentence. Adjusted the start (uppercase) and ending (dot) on self-registration invitation. Modified opac-auth.tt --- koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt index a83c8e0..cdbb8e3 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt @@ -91,9 +91,9 @@ please choose against which one you would like to authenticate:

Don't have a password yet?

If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.

Don't have a library card?
- If you don't have a library card, stop by your local library to sign up + If you don't have a library card, stop by your local library to sign up. [% END %] -[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] or register here[% END %]. +[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]You may register here.[% END %] -- 1.7.10.4