mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore(core): modify ai purchase button text (#11035)
This commit is contained in:
@@ -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