mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 13:43:16 +03:00
chore(core): adjust billing payment methods copywriting, close AF-1638 (#8733)
This commit is contained in:
parent
483a6d8034
commit
add8c56c69
@ -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>
|
||||
);
|
||||
};
|
||||
|
@ -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({
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user