@@ -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}
+ {$LANG.orderForm.update}blubb
</button>
{/if}
</div>