Skip to content

Commit

Permalink
fix: Vendor dashboard product cols issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alamgircsebd committed Dec 10, 2020
1 parent 63a5ae2 commit 6f7064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/products/products-listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
} else {
?>
<tr>
<td colspan="7"><?php esc_html_e( 'No product found', 'dokan-lite' ); ?></td>
<td colspan="11"><?php esc_html_e( 'No product found', 'dokan-lite' ); ?></td>
</tr>
<?php } ?>
</tbody>
Expand Down

0 comments on commit 6f7064b

Please sign in to comment.