From 42ed3eaeb8e5b4b0c3936939dcf859ceba732a90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz>
Date: Wed, 8 Aug 2018 13:56:32 +0200
Subject: [PATCH] Fixed typo bug in key for translation

---
 composer.json                     | 2 +-
 themes/elixir/perun/disco-tpl.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 7dd3290..c1953f8 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 96363c6..b9f691f 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>';
 }
-- 
GitLab