From 277c0c2e3b5944c1731389a882238d8c397733d5 Mon Sep 17 00:00:00 2001 From: Aman Pilgrim Date: Fri, 18 Jul 2025 00:27:32 +0000 Subject: [PATCH] Bug 32244: Add Vue license information to the about page This patch updates the license page with information about Vue. Test plan: 1. Apply the patch. 2. In the staff interface, go to More > About > Licenses. 3. Scroll down to Vue and note the library name and licensing information. Signed-off-by: David Nind Signed-off-by: Brendan Lawlor --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 36ce2fbe4f..a4a512909a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -1177,6 +1177,9 @@

Virtual Keyboard

Virtual Keyboard v1.30.1: MIT Licence

+ +

Vue

+

Vue.js v3.5.4: MIT Licence

[% END # tab=licenses %] [% END %] -- 2.39.5