mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 10:52:40 +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}
|
||||
|
||||
@@ -3384,6 +3384,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Purchase`
|
||||
*/
|
||||
["com.affine.payment.billing-setting.ai.purchase"](): string;
|
||||
/**
|
||||
* `Start free trial`
|
||||
*/
|
||||
["com.affine.payment.billing-setting.ai.start-free-trial"](): string;
|
||||
/**
|
||||
* `One-time payment`
|
||||
*/
|
||||
|
||||
@@ -841,6 +841,7 @@
|
||||
"com.affine.payment.billing-setting.ai-plan": "AFFiNE AI",
|
||||
"com.affine.payment.billing-setting.ai.free-desc": "You are currently on the <a>free plan</a>.",
|
||||
"com.affine.payment.billing-setting.ai.purchase": "Purchase",
|
||||
"com.affine.payment.billing-setting.ai.start-free-trial": "Start free trial",
|
||||
"com.affine.payment.billing-setting.believer.description": "You have purchased <a>Believer plan</a>. Enjoy with your benefits!",
|
||||
"com.affine.payment.billing-setting.believer.price-caption": "One-time payment",
|
||||
"com.affine.payment.billing-setting.believer.title": "AFFiNE Cloud",
|
||||
|
||||
Reference in New Issue
Block a user