From 77de43e2be5b7a7fdae1a60856221621aba571fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= Date: Wed, 8 Aug 2018 14:45:06 +0200 Subject: [PATCH] Changed the URL to AddInstitution App --- CHANGELOG.md | 2 ++ themes/elixir/perun/disco-tpl.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 '';