Browse Source

use lang key

andre 4 years ago
parent
commit
862cd716f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/clientarea.tpl

+ 2 - 2
templates/clientarea.tpl

@@ -94,9 +94,9 @@
                         <tr>
                             <td class="list-heading" style="font-size: 85%;"><strong>Trial Account</strong></td>
                             {if 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%">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</td>
+                                <td class="list-text" style="color:orange; font-size:85%">{lang key='domainRenewal.expiringIn' days=(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)}</td>
                             {elseif ($smarty.now - ($regdate|@strtotime)) > 1123200} {* wenn Heute - RegisterDatum > 13 Tage *}
-                                <td class="list-text" style="color:red; font-size:85%;">Letzter Tag der Trial Periode</td>
+                                <td class="list-text" style="color:red; font-size:85%;">{lang key='trialLastDay'}</td>
                             {else}
                                 <td class="list-text" style="font-size: 85%;">{lang key='domainRenewal.expiringIn' days=(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)}</td>
                             {/if}