refactor(FE): Use English copy for bulk reject modal

This commit is contained in:
rstubryan
2026-01-29 15:41:05 +07:00
parent aab8e0c5ce
commit db33247d6c
@@ -1209,7 +1209,8 @@ const UniformityTable = () => {
ref={bulkRejectModal.ref} ref={bulkRejectModal.ref}
type='error' type='error'
iconPosition='left' iconPosition='left'
text={`Apakah anda yakin ingin menolak ${selectedRowIds.length} data Uniformity yang dipilih?`} text={`Reject This Submission?`}
subtitleText={`Are you sure you want to reject this submission? (${selectedRowIds.length} data)`}
secondaryButton={{ secondaryButton={{
text: 'Cancel', text: 'Cancel',
}} }}