feat(subscription): add descriptions for plan purchase amounts in multiple languages
This commit is contained in:
+5
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user