diff --git a/src/components/ProductListing/ProductListingItem.js b/src/components/ProductListing/ProductListingItem.js
index 29bd43ad..2e91c14c 100644
--- a/src/components/ProductListing/ProductListingItem.js
+++ b/src/components/ProductListing/ProductListingItem.js
@@ -253,7 +253,7 @@ const ProductListingItem = props => {
free with
Code Swag Level
- {freeWith === 'LEVEL2' ? '2' : '1'}
+ {freeWith === 'HOLYBUCKETS' ? '2' : '1'}
)}