update label
This commit is contained in:
@@ -170,7 +170,7 @@ export default function Route({}: Route.ComponentProps) {
|
|||||||
name="billing_day"
|
name="billing_day"
|
||||||
render={({ field: { onChange, ...field } }) => (
|
render={({ field: { onChange, ...field } }) => (
|
||||||
<FormItem>
|
<FormItem>
|
||||||
<FormLabel>Dia para faturar</FormLabel>
|
<FormLabel>Dia de fechamento</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Input
|
<Input
|
||||||
type="number"
|
type="number"
|
||||||
|
|||||||
Reference in New Issue
Block a user