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
+1 -1
View File
@@ -193,7 +193,7 @@ export const FormContentsPage = (properties: TProperties) => {
label="Subscription"
labelClassName="text-sm font-medium text-[#363636]"
className="h-[42px]"
options={{ true: 'Premium', false: 'Normal' }}
options={{ true: 'Premium', false: 'Biasa' }}
/>
</div>