Bug 28904: Fix typo and display
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 1 Nov 2021 09:52:26 +0000 (09:52 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 2 Nov 2021 15:50:01 +0000 (16:50 +0100)
Fix typo in template: Newletter => Newsletter
Fix latest newsletter editor definition.. it's a has not an array.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
docs/contributors.yaml
docs/teams.yaml
koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc

index 06f99fb..1becf4c 100644 (file)
@@ -276,6 +276,8 @@ Chad Billman:
   commits: 1
   committer: 366
   first_commit: 1518467937
+Chad Roseburg:
+  commits: 0
 Charles Farmer:
   commits: 26
   committer: 269
@@ -1228,6 +1230,8 @@ Michael Hafen:
   commits: 73
   committer: 62
   first_commit: 1212060772
+Michael Kuhn:
+  commits: 0
 Michaes Herman:
   notes: Early work on the installer and XHTML
 Michal DenĂ¡r: {}
index 083effd..1b1c249 100644 (file)
@@ -1093,6 +1093,6 @@ team:
       - name: Thomas Dukleth
       - name: Jake Deery
     newsletter:
-      name: Michael Kuhn
+      name: Michael Kuhn
     accessibility_advocates:
       - name: Wainui Witika-Park
index 80007c9..d121290 100644 (file)
         [% END %]
 
         [% IF t.newsletter %]
-        <li><strong>Newletter editor:</strong>
+        <li><strong>Newsletter editor:</strong>
             [% INCLUDE person p=t.newsletter %]
         </li>
         [% END %]