From aba99148c0692e4ad276fc660d0b0f67ec961152 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 --- 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 853ef8d27d9..cdbc8414af8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -1175,6 +1175,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