From dbedbce23ba5c0a1183afd6abdcd627e72c92f3d Mon Sep 17 00:00:00 2001
From: Liz Rea <wizzyrea@gmail.com>
Date: Wed, 22 Jul 2015 06:40:35 +0000
Subject: [PATCH] [3.18.x] Bug 14586 - Update about page with new 3.18 release
 team

To test:

Look at more -> about koha in the staff client, Koha team tab. It should list the correct names for the release maintainers.
---
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
index 2fd1975..ffafe64 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
@@ -278,9 +278,9 @@
                 </li>
                 <li><strong>Release maintainers:</strong>
                     <ul>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6618544614260">Galen Charlton</a> (3.16)</li>
+                        <li><a href="https://www.openhub.net/p/koha/contributors/6618544650708">Liz Rea</a> (3.18)</li>
+                        <li><a href="https://www.openhub.net/p/koha/contributors/6618544618401">Mason James</a> (3.16)</li>
                         <li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers</a> (3.14)</li>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall</a> (3.12)</li>
                     </ul>
                 </li>
                 <li><strong>Packaging manager:</strong>
-- 
1.7.10.4