Skip to content

Commit

Permalink
fix: Removed duplicate question mark (#7599)
Browse files Browse the repository at this point in the history
remove duplicate question mark
  • Loading branch information
pratyaksh1610 committed Oct 27, 2022
1 parent 1a25181 commit afaa979
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<form id="product_form" action="/cgi/product.pl" method="POST" enctype="multipart/form-data">
<p>
[% lang("delete_product_confirm") %] ? [% lang("product_name") %] : [% product_name %], [% lang("barcode") %] : [% code %]
[% lang("delete_product_confirm") %] [% lang("product_name") %] : [% product_name %], [% lang("barcode") %] : [% code %]
</p>

<input type="hidden" name="type" value="[% type %]">
Expand All @@ -16,4 +16,4 @@

</form>

<!-- end templates/[% template.name %] -->
<!-- end templates/[% template.name %] -->

0 comments on commit afaa979

Please sign in to comment.