andre 3 лет назад
Родитель
Сommit
6d7e8b732d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      viewcart.tpl

+ 2 - 2
viewcart.tpl

@@ -320,7 +320,7 @@
                                                                 {if $product.allowqty}
                                                                     <input type="number" name="qty[{$num}]" value="{$product.qty}" class="form-control text-center" min="0" />
                                                                     <button type="submit" class="btn btn-xs btn-default">
-                                                                        {$LANG.orderForm.update}blubb
+                                                                        {$LANG.orderForm.update}
                                                                     </button>
                                                                 {/if}
                                                             </div>
@@ -415,7 +415,7 @@
 																{if $addon.allowqty === 2}
 																	<input type="number" name="addonqty[{$num}]" value="{$addon.qty}" class="form-control text-center" min="0" />
 																	<button type="submit" class="btn btn-xs btn-default">
-																		{$LANG.orderForm.update}
+																		{$LANG.orderForm.update}blubb
 																	</button>
 																{/if}
 															</div>