Browse Source

use lang key

andre 4 years ago
parent
commit
48eea5c475
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

@@ -85,7 +85,7 @@
                   {else}
                     <tr>
                       <td class="list-heading" style="font-size: 85%;"><strong>Trial Account</strong></td>
-                      {if $status == "Beendet"}
+                      {if $status == {lang key='clientareaterminated'}}
                         <td class="list-text" style="font-size:85%;">{lang key='domainRenewal.expiredDaysAgo' days=((($smarty.now - ($regdate|@strtotime)) / 86400)|round) - 14}</td>
                       {elseif 1123200 > ($smarty.now - ($regdate|@strtotime)) && ($smarty.now - ($regdate|@strtotime)) > 950400} {* wenn Heute - RegisterDatum < 13 Tage && > 11 Tage *}
                         <td class="list-text" style="color:orange; font-size:85%">{lang key='domainRenewal.expiringIn' days=(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)}</td>