fix(tip): use English fallback product name
This commit is contained in:
@@ -198,7 +198,7 @@ export function TipScreen({
|
|||||||
Coffee Gift
|
Coffee Gift
|
||||||
</span>
|
</span>
|
||||||
<h2 className={styles.productName}>
|
<h2 className={styles.productName}>
|
||||||
{coffeePlan?.planName || "拿铁"}
|
{coffeePlan?.planName || "Latte"}
|
||||||
</h2>
|
</h2>
|
||||||
<p className={styles.productPrice}>{priceLabel}</p>
|
<p className={styles.productPrice}>{priceLabel}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user