From ffacd90e0efb334be657e222b1f98fad584d09ff Mon Sep 17 00:00:00 2001
From: blou
Date: Mon, 7 Oct 2013 11:01:05 -0400
Subject: [PATCH] Bug 10951 - Tweaked opac-auth.tt sentence.
The change was causing issue with the next sentence. Adjusted
the start (uppercase) and ending (dot) on self-registration
invitation.
Signed-off-by: Mark Tompsett
Signed-off-by: Jonathan Druart
---
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 a83c8e0bd1..cdbb8e3b21 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 %]
--
2.39.5