mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
chore(core): modify ai purchase button text (#11035)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user