mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Use English copy for bulk reject modal
This commit is contained in:
@@ -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',
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user