diff --git a/interface/resources/qml/hifi/commerce/checkout/Checkout.qml b/interface/resources/qml/hifi/commerce/checkout/Checkout.qml index c8a63a4d2d..a058f32994 100644 --- a/interface/resources/qml/hifi/commerce/checkout/Checkout.qml +++ b/interface/resources/qml/hifi/commerce/checkout/Checkout.qml @@ -905,7 +905,7 @@ Rectangle { } buyTextContainer.color = "#FFC3CD"; buyTextContainer.border.color = "#F3808F"; - buyGlyph.text = hifi.glyphs.error; + buyGlyph.text = hifi.glyphs.alert; buyGlyph.size = 54; } else { if (root.alreadyOwned) {