diff --git a/frontend/components/subscription/UnlockProOverlay.tsx b/frontend/components/subscription/UnlockProOverlay.tsx index 773350f3..f106f441 100644 --- a/frontend/components/subscription/UnlockProOverlay.tsx +++ b/frontend/components/subscription/UnlockProOverlay.tsx @@ -219,7 +219,7 @@ export function UnlockProOverlay({ > -${billing.discountAmount.toFixed(2)} - off + {isEn ? "off" : "减免"}

@@ -438,7 +438,7 @@ export function UnlockProOverlay({

{infoText}
{txHref && ( - 查看链上交易 + {isEn ? "View on-chain transaction" : "查看链上交易"} )}