feat: update UI text to Indonesian language across various components and pages

This commit is contained in:
Ardeman
2025-03-25 01:20:20 +08:00
parent 1f2f15d204
commit 35c02d1643
14 changed files with 53 additions and 54 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ export const SubscriptionsPage = () => {
return (
<div className="relative">
<TitleDashboard title="Subscription" />
<TitleDashboard title="Pelanggan" />
<div className="mb-8 flex items-end justify-between">
<div className="flex items-center gap-5 rounded-lg bg-gray-50 text-[#363636]">
@@ -71,7 +71,7 @@ export const SubscriptionsPage = () => {
ordering: true,
info: true,
}}
title="Daftar Subscription"
title="Daftar Pelanggan"
/>
</div>
)