andre 4 lat temu
rodzic
commit
269ab3bdf0
3 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      products.tpl
  2. 1 1
      removedoubletrial.tpl
  3. 1 1
      removetrial.tpl

+ 1 - 1
products.tpl

@@ -250,7 +250,7 @@
 						</table>
 						{if ($product.pricing.type eq 'free') && ((count($clientActiveFree) + count($clientCardFree)) > (1 + $clientsdetails.notes|strstr:"AddTrials="|truncate:11:""|replace:"AddTrials=":""))}
 							<a href="{$WEB_ROOT}/submitticket.php?step=2&deptid=1&subject={$LANG.moretrials} {$product.name}" class="btn btn-primary btn-block" style="position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px;">
-								{$LANG.tomuchtrials}
+								{$LANG.request}
 							</a>
 						{elseif ($product.pricing.type eq 'free') && in_array($product.pid, $clientPids && !in_array($product.pid, $clientActiveFree))}
 							<a href="{$WEB_ROOT}/submitticket.php?step=2&deptid=1&subject={$LANG.tryagain} {$product.name}" class="btn btn-primary btn-block" style="position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px;">

+ 1 - 1
removedoubletrial.tpl

@@ -1,5 +1,5 @@
 <div class="alert alert-danger">
-    No doubletrial
+    {$LANG.removeDoubleTrial}
 </div>
 <a href="{$WEB_ROOT}/cart.php?a=view" class="btn btn-primary">
     {$LANG.showbasket}

+ 1 - 1
removetrial.tpl

@@ -1,5 +1,5 @@
 <div class="alert alert-danger">
-    To many trials
+    {$LANG.removeAdditionalTrial}
 </div>
 <a href="{$WEB_ROOT}/cart.php?a=view" class="btn btn-primary">
     {$LANG.showbasket}