feat(subscription): add descriptions for plan purchase amounts in multiple languages

This commit is contained in:
CaIon
2026-06-18 16:53:57 +08:00
parent f6c260437c
commit fd557064d3
8 changed files with 18 additions and 0 deletions
@@ -330,6 +330,11 @@ export function SubscriptionsMutateDrawer({
}
/>
</FormControl>
<FormDescription>
{t(
'Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.'
)}
</FormDescription>
<FormMessage />
</FormItem>
)}