From 733b0a85118f0458d40aa81cbbc6f8ac9c19514b 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
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
---
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 1a1d395b36f..87c3c16bb4d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
@@ -1036,17 +1036,17 @@
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
Cypress
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
@@ -1163,7 +1163,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
@@ -1175,7 +1175,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