From 72274223b5326f07e8ebaf6f85e711a304d348d7 Mon Sep 17 00:00:00 2001 From: David Nind Date: Tue, 22 Jul 2025 18:48:27 +0000 Subject: [PATCH] Bug 40468: Terminology on About > Licenses page - use US spelling Content-Type: text/plain; charset=utf-8 On the licenses page, there are some occurrences of "licence" (British English spelling). License (US American spelling) should be used. Test plan: 1. Go to More > About Koha > Licenses. 2. Search the page for "licence". 3. Note some occurrences of "licence", which is the British English spelling. 4. Apply the patch and refresh the page. 5. Repeat step 2. 6. Note that there are now no occurences of "licence". 7. Sign off. Signed-off-by: David Nind Signed-off-by: Andrew Fuerste Henry Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index b064224947..43cf803e6b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -1047,7 +1047,7 @@

CodeMirror v5.40.2: MIT License

C3.js

-

C3.js D3-based reusable chart library v0.4.11: MIT Licence

+

C3.js D3-based reusable chart library v0.4.11: MIT License

CSSLint

CSSLint v0.9.8: License

@@ -1056,10 +1056,10 @@

Cypress: MIT License

D3

-

D3 JavaScript library for visualizing data v3.5.17: ISC Licence

+

D3 JavaScript library for visualizing data v3.5.17: ISC License

DataTables

-

DataTables v.1.10.18: MIT Licence

+

DataTables v.1.10.18: MIT License

Day.js

Day.js v1.11.2: MIT License

@@ -1176,7 +1176,7 @@

Select2 library v4.0.13: Apache License, Version 2.0 or GNU General Public License v2.0

Sortable

-

Sortable JavaScript Library v1.15.0: MIT Licence

+

Sortable JavaScript Library v1.15.0: MIT License

TinyMCE WYSIWYG Editor

TinyMCE WYSIWYG editor v5.9.2: GNU Lesser General Public License v2.1

@@ -1188,7 +1188,7 @@

Virtual Keyboard

-

Virtual Keyboard v1.30.1: MIT Licence

+

Virtual Keyboard v1.30.1: MIT License

Vue

Vue.js v3: MIT License

-- 2.39.5