chore(core): adjust billing payment methods copywriting, close AF-1638 (#8733)

This commit is contained in:
CatsJuice 2024-11-07 07:37:05 +00:00
parent 483a6d8034
commit add8c56c69
No known key found for this signature in database
GPG Key ID: 1C1E76924FAFDDE4
3 changed files with 5 additions and 4 deletions

View File

@ -471,7 +471,7 @@ const PaymentMethodUpdater = () => {
return (
<Button onClick={update} loading={isMutating} disabled={isMutating}>
{t['com.affine.payment.billing-setting.update']()}
{t['com.affine.payment.billing-setting.payment-method.go']()}
</Button>
);
};

View File

@ -21,7 +21,7 @@ export const currentPlan = style({
flex: '1 0 0',
});
export const planAction = style({
width: '100%',
width: 'auto',
marginTop: '8px',
});
export const planPrice = style({

View File

@ -793,8 +793,9 @@
"com.affine.payment.billing-setting.month": "month",
"com.affine.payment.billing-setting.no-invoice": "There are no invoices to display.",
"com.affine.payment.billing-setting.paid": "Paid",
"com.affine.payment.billing-setting.payment-method": "Payment method",
"com.affine.payment.billing-setting.payment-method.description": "Provided by Stripe.",
"com.affine.payment.billing-setting.payment-method": "Manage payment details",
"com.affine.payment.billing-setting.payment-method.description": "View future and past invoices, update billing information, and change payment methods. Provided by Stripe.",
"com.affine.payment.billing-setting.payment-method.go": "Go",
"com.affine.payment.billing-setting.renew-date": "Renew date",
"com.affine.payment.billing-setting.renew-date.description": "Next billing date: {{renewDate}}",
"com.affine.payment.billing-setting.due-date": "Due date",