fix(tip): use English fallback product name

This commit is contained in:
2026-07-13 18:43:33 +08:00
parent 46d1e95027
commit f7f910bd61
+1 -1
View File
@@ -198,7 +198,7 @@ export function TipScreen({
Coffee Gift
</span>
<h2 className={styles.productName}>
{coffeePlan?.planName || "拿铁"}
{coffeePlan?.planName || "Latte"}
</h2>
<p className={styles.productPrice}>{priceLabel}</p>
</div>