Skip to content

Commit c86a558

Browse files
committed
Update invoice description
1 parent d99d11d commit c86a558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce-gateway-lightning.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ protected static function make_desc($order) {
222222
if (count($products)) $desc .= $product['name'] . ' x ' . $product['qty'] . ', ';
223223
else $desc = substr($desc, 0, -2) . ' and ' . $product['name'].' x '.$product['qty'];
224224
}
225-
if (count($products)) $desc = substr($desc, 0, -2) . ' and ' . count($products) . ' more';
225+
if (count($products)) $desc = substr($desc, 0, -2) . ' and ' . count($products) . ' more items';
226226
return $desc;
227227
}
228228
}

0 commit comments

Comments
 (0)