diff --git a/composer.json b/composer.json
index 7dd32903c7198546acdbf1a29a094a19d56ab9de..c1953f8e079ef2815f7cd2466fe39c340c28b57f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "elixir/simplesamlphp-module-elixir",
     "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for ELIXIR",
-    "version": "1.0.1",
+    "version": "1.0.2-dev",
     "type": "simplesamlphp-module",
     "require": {
         "simplesamlphp/composer-module-installer": "~1.0"
diff --git a/themes/elixir/perun/disco-tpl.php b/themes/elixir/perun/disco-tpl.php
index 96363c60f5ace02e0bd670ce2b6a7ce6f058da39..b9f691f6e4e82f3a0d46f84b7459a008ad021363 100644
--- a/themes/elixir/perun/disco-tpl.php
+++ b/themes/elixir/perun/disco-tpl.php
@@ -80,7 +80,7 @@ echo '<br>';
 
 echo '<div class="no-idp-found alert alert-info">';
 if ($this->isOriginalSpNonFilteringIdPs()) {
-	echo $this->t('{elixit:elixir:cannot_find_institution}') . '<a href="mailto:aai-contact@elixir-europe.org?subject=Request%20for%20adding%20new%20IdP">aai-contact@elixir-europe.org</a>';
+	echo $this->t('{elixir:elixir:cannot_find_institution}') . '<a href="mailto:aai-contact@elixir-europe.org?subject=Request%20for%20adding%20new%20IdP">aai-contact@elixir-europe.org</a>';
 } else {
 	echo $this->t('{elixir:elixir:cannot_find_institution_extended}') . '<a class="btn btn-primary" href="https://perun.elixir-czech.cz/add-institution/">' . $this->t('{elixir:elixir:add_institution}') . '</a>';
 }