translate UI text from Indonesian to English for consistency

This commit is contained in:
2025-10-28 19:10:30 +07:00
parent 259ee474aa
commit 114ef96de8
14 changed files with 32 additions and 30 deletions

View File

@@ -62,7 +62,7 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [
),
},
{
title: 'Aksi',
title: 'Action',
key: 'aksi',
align: 'center',
width: '15%',
@@ -226,7 +226,7 @@ const ListPlantSubSection = memo(function ListPlantSubSection(props) {
onClick={() => showAddModal()}
size="large"
>
Tambah Data
Add data
</Button>
</ConfigProvider>
</Space>