mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore(core): adjust billing payment methods copywriting, close AF-1638 (#8733)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user