From 51f88f17acc2bb701ae3221e3ca0ea277a135f12 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Fri, 4 Apr 2014 14:04:25 -0400 Subject: [PATCH] Bug 7867 - Same text for username/login in OPAC and intranet This patch corrects the bootstrap login modal to have the 'Username:' instead of 'Login:' text. Test Plan --------- 1) In the staff client, set the OPAC system preference opacthemes to 'bootstrap'. 2) Open the OPAC 3) Click the 'Log in to your account' link. -- It should say 'Login:'. 4) Click 'Cancel' 5) Apply the patch 6) Refresh the OPAC page 7) Click the 'Log in to your account' link. -- It should say 'Username:'. --- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 1edc244..b2204ef 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -274,7 +274,7 @@ - \ No newline at end of file + -- 1.7.9.5