diff --git a/pages/account/55.php b/pages/account/55.php
index a310241..7925320 100644
--- a/pages/account/55.php
+++ b/pages/account/55.php
@@ -101,7 +101,7 @@
             }
 ?>  <td colspan="3" class="DataTD"><?=_("You have passed the Assurer Challenge and collected at least 100 Assurance Points, you are an Assurer.")?></td>
 <?        } elseif (($row[2]>=100) && !$HaveTest) {
-?>  <td colspan="3" class="DataTD"><?=_("You have at least 100 Assurance Points, if you want to become an assurer try the ").'<a href="https://cats.cacert.org"><?=_("Assurer Challenge")?></a>!'?></td>
+?>  <td colspan="3" class="DataTD"><?=_("You have at least 100 Assurance Points, if you want to become an assurer try the ").'<a href="https://cats.cacert.org">'._("Assurer Challenge").'</a>!'?></td>
 <?        } elseif ($HaveTest && ($row[2]<100)) {
 ?>  <td colspan="3" class="DataTD"><?=_("You have passed the Assurer Challenge, but to become an Assurer you still have to reach 100 Assurance Points!")?></td>
 <?        }
