fix(tip): use English fallback product name
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user