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 '
'; if ($this->isOriginalSpNonFilteringIdPs()) { - echo $this->t('{elixit:elixir:cannot_find_institution}') . 'aai-contact@elixir-europe.org'; + echo $this->t('{elixir:elixir:cannot_find_institution}') . 'aai-contact@elixir-europe.org'; } else { echo $this->t('{elixir:elixir:cannot_find_institution_extended}') . '' . $this->t('{elixir:elixir:add_institution}') . ''; }