Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Fixed typo bug in key for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskocilpavel committed Aug 8, 2018
1 parent c1906fa commit 42ed3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion themes/elixir/perun/disco-tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

echo '<div class="no-idp-found alert alert-info">';
if ($this->isOriginalSpNonFilteringIdPs()) {
echo $this->t('{elixit:elixir:cannot_find_institution}') . '<a href="mailto:[email protected]?subject=Request%20for%20adding%20new%20IdP">[email protected]</a>';
echo $this->t('{elixir:elixir:cannot_find_institution}') . '<a href="mailto:[email protected]?subject=Request%20for%20adding%20new%20IdP">[email protected]</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>';
}
Expand Down

0 comments on commit 42ed3ea

Please sign in to comment.