Skip to content

Commit

Permalink
fix: OFF label should be translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-greycube authored Dec 13, 2024
1 parent d77ae22 commit 8151932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webshop/public/js/product_ui/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ webshop.ProductGrid = class {
<s>${ item.formatted_mrp ? item.formatted_mrp.replace(/ +/g, "") : "" }</s>
</small>
<small class="ml-1 product-info-green">
${ item.discount } OFF
${ item.discount } ${ __("OFF") }
</small>
`;
}
Expand Down

0 comments on commit 8151932

Please sign in to comment.