chore(core): modify ai purchase button text (#11035)

This commit is contained in:
CatsJuice
2025-04-04 07:07:50 +00:00
parent 3090724659
commit 905349a139
3 changed files with 6 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ export const AIPlanCard = ({ onClick }: { onClick: () => void }) => {
)
) : (
<AISubscribe className={styles.planAction}>
{t['com.affine.payment.billing-setting.ai.purchase']()}
{t['com.affine.payment.billing-setting.ai.start-free-trial']()}
</AISubscribe>
)
) : null}