diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f6a71..4aec876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + [Changed] + - Changed the URL to AddInstitution App ## [v1.0.2] [Changed] diff --git a/themes/elixir/perun/disco-tpl.php b/themes/elixir/perun/disco-tpl.php index b9f691f..a42e867 100644 --- a/themes/elixir/perun/disco-tpl.php +++ b/themes/elixir/perun/disco-tpl.php @@ -82,7 +82,7 @@ if ($this->isOriginalSpNonFilteringIdPs()) { 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}') . ''; + echo $this->t('{elixir:elixir:cannot_find_institution_extended}') . '' . $this->t('{elixir:elixir:add_institution}') . ''; } echo '';