Skip to content
Snippets Groups Projects
Unverified Commit 42ed3eae authored by Pavel Vyskočil's avatar Pavel Vyskočil
Browse files

Fixed typo bug in key for translation

parent c1906fa2
No related branches found
No related tags found
No related merge requests found
{ {
"name": "elixir/simplesamlphp-module-elixir", "name": "elixir/simplesamlphp-module-elixir",
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for 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", "type": "simplesamlphp-module",
"require": { "require": {
"simplesamlphp/composer-module-installer": "~1.0" "simplesamlphp/composer-module-installer": "~1.0"
......
...@@ -80,7 +80,7 @@ echo '<br>'; ...@@ -80,7 +80,7 @@ echo '<br>';
echo '<div class="no-idp-found alert alert-info">'; echo '<div class="no-idp-found alert alert-info">';
if ($this->isOriginalSpNonFilteringIdPs()) { 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 { } 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>'; 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>';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment