diff --git a/pelican_theme_teckids/pelicanconf.py b/pelican_theme_teckids/pelicanconf.py
index eaa3782dbe4aef4702d968f8f3c978568bc3c49f..9bcdc4eb2560aa1db9182641e004fb82e48ca0bd 100644
--- a/pelican_theme_teckids/pelicanconf.py
+++ b/pelican_theme_teckids/pelicanconf.py
@@ -53,7 +53,7 @@ MENUITEMS = [
 FOOTERMENU = [
     ("Impressum", "https://teckids.org/pages/impressum.html")
 ]
-FOOTERTEXT = "Teckid se.V.<br/>Hundeshagenstr. 26<br/>53225 Bonn"
+FOOTERTEXT = "Teckids e.V.<br/>Hundeshagenstr. 26<br/>53225 Bonn"
 
 DEFAULT_PAGINATION = 10