feat: update UI text to Indonesian language for dashboard and form components
This commit is contained in:
@@ -56,7 +56,7 @@ export const contentSchema = z.object({
|
||||
}),
|
||||
is_premium: z.boolean().optional(),
|
||||
live_at: z.string().min(1, {
|
||||
message: 'Tanggal live is required',
|
||||
message: 'Tanggal mulai tayang is required',
|
||||
}),
|
||||
})
|
||||
|
||||
@@ -180,7 +180,7 @@ export const FormContentsPage = (properties: TProperties) => {
|
||||
/>
|
||||
<Input
|
||||
id="live_at"
|
||||
label="Tanggal Live"
|
||||
label="Tanggal Mulai Tayang"
|
||||
placeholder="Pilih Tanggal"
|
||||
name="live_at"
|
||||
type="date"
|
||||
|
||||
Reference in New Issue
Block a user