Sfoglia il codice sorgente

remove payment singens if free product

andre 4 anni fa
parent
commit
2bedfb9781
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

@@ -99,7 +99,7 @@
                   {else}
                   {else}
                     <li>{debug}
                     <li>{debug}
                       <span class="list-heading">Trial Account</span>
                       <span class="list-heading">Trial Account</span>
-                      <span class="list-text">Ende: {(14*24*60*60 - $smarty.now + mktime($regdate))|date_format:'%d'}</span>
+                      <span class="list-text">Endet in: {(13*24*60*60 - $smarty.now + mktime($regdate))|date_format:'%d'}</span>
                     </li>
                     </li>
                   {/if}
                   {/if}
                 </ul>
                 </ul>