Skip to content

Commit

Permalink
Allow translation
Browse files Browse the repository at this point in the history
  • Loading branch information
superdav42 committed Oct 18, 2024
1 parent c0bdd9f commit 9bdac57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Block/Product/ListProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function aroundGetProductPrice(
return $proceed($product);
}

$priceText = 'Calculate Price';
$priceText = __('Calculate Price');

return $priceText;
}
Expand Down

0 comments on commit 9bdac57

Please sign in to comment.