Why isn't my if statement working on cart page line items?

Hi, I am trying to get this if statement to work on the line items on the cart page but it is not working, Does anyone see any problems with it:

{%- if item.product.metafields.custom.number_of_computers_2 contains “1 Computer” -%}

1 Computer Only This item can only be installed on 1 Computer - If you need to install it on more than 1 Computer, Increase Quantity Below:
{%- endif -%}