feat: update UI text to Indonesian language for dashboard and form components
This commit is contained in:
@@ -55,7 +55,7 @@ export const ChartDonut = () => {
|
||||
|
||||
return (
|
||||
<div className="rounded-xl bg-white p-6 shadow-sm">
|
||||
<h2 className="mb-4 text-[20px]">Subscription Selesai</h2>
|
||||
<h2 className="mb-4 text-[20px]">Langganan Selesai</h2>
|
||||
<div className="flex items-center justify-between">
|
||||
<div style={{ height: 'auto', width: '100%' }}>
|
||||
<Doughnut
|
||||
|
||||
@@ -66,7 +66,7 @@ export const ChartPie = () => {
|
||||
|
||||
return (
|
||||
<div className="h-[300px] w-full items-center justify-center rounded-xl bg-white p-5 text-center shadow-sm">
|
||||
<h2 className="text-xl font-bold">Top 5 Artikel</h2>
|
||||
<h2 className="text-xl font-bold">5 Artikel Teratas</h2>
|
||||
<Pie
|
||||
height={225}
|
||||
width={450}
|
||||
|
||||
Reference in New Issue
Block a user