diff --git a/elections2021/constants.py b/elections2021/constants.py
index e92451d8186e694f6aecb0e553230ace51e89fd4..e05e449fbde76e9186cf3c63cec9867b610660d2 100644
--- a/elections2021/constants.py
+++ b/elections2021/constants.py
@@ -246,7 +246,7 @@ MINISTRY_ARCHETYPES = {
 
 BENEFITS = (
     # (id, název, pracovní název)
-    ("1", "Pro mladé a bezdětné", "mladí a bezdětní včetně studentů"),
+    ("1", "Pro mladé", "mladí a bezdětní včetně studentů"),
     ("2", "Pro rodiny s dětmi", "rodiny s dětmi"),
     ("3", "Pro lidi ve zralém věku", "zralí"),
     ("4", "Pro seniory", "senioři a důchodci"),
diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html
index a7bd2a0d656a1a2227152b1789c3895052bf2820..f1b7f4b57bf8db0eb8179aab46aa5b862b2e722e 100644
--- a/elections2021/templates/elections2021/base.html
+++ b/elections2021/templates/elections2021/base.html
@@ -190,6 +190,7 @@
               <ui-footer-collapsible label="Ozvěte se">
                 <ul class="mt-6 space-y-2 text-grey-200 inline-block">
                   <li>InformaÄŤnĂ­ linka:</li>
+                  <li class="text-grey-200"><a href="tel:00420703681682">+420 703 681 682</a></li>
                   <li class="text-grey-200"><a href="tel:00420608963111">+420 608 963 111</a></li>
                   <li class="text-grey-200"><a href="mailto:info@piratiastarostove.cz">info@piratiastarostove.cz</a></li>
                 </ul>