Bugzilla – Attachment 194939 Details for
Bug 42020
(Bug 39482 follow-up) Library info link shown in OPAC without OpacLibraryInfo and library URL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 42020: (follow-up) Fix spelling for button - web site to website
c3d1695.patch (text/plain), 1.45 KB, created by
David Nind
on 2026-03-08 02:18:23 UTC
(
hide
)
Description:
Bug 42020: (follow-up) Fix spelling for button - web site to website
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-03-08 02:18:23 UTC
Size:
1.45 KB
patch
obsolete
>From c3d1695041e95ce9839c9675ae53478c44b395a7 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sun, 8 Mar 2026 02:11:42 +0000 >Subject: [PATCH] Bug 42020: (follow-up) Fix spelling for button - web site to > website >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Changes the spelling for the button in the pop-up window (when a >library URL is defined) - "Visit web site" to "Visit website". > >The common spelling now is just website. > >Signed-off-by: David Nind <david@davidnind.com> >Sponsored-by: Pontificia Università di San Tommaso d'Aquino (Angelicum) >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 3ca76181bd..6f878bf6a4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1277,7 +1277,7 @@ > <div id="libraryInfo"></div> > </div> > <div class="modal-footer"> >- <a id="libraryInfoLink" href="" class="btn btn-primary">Visit web site</a> >+ <a id="libraryInfoLink" href="" class="btn btn-primary">Visit website</a> > <button type="button" class="btn btn-default" data-bs-dismiss="modal">Close</button> > </div> > </div> >-- >2.39.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 42020
:
194935
|
194937
|
194938
| 194939