diff --git a/src/pages/master/device/component/ListDevice.jsx b/src/pages/master/device/component/ListDevice.jsx index ac7397f..fd7d392 100644 --- a/src/pages/master/device/component/ListDevice.jsx +++ b/src/pages/master/device/component/ListDevice.jsx @@ -151,8 +151,8 @@ const ListDevice = memo(function ListDevice(props) { const showDeleteDialog = (param) => { NotifConfirmDialog({ icon: 'question', - title: 'Konfirmasi', - message: 'Apakah anda yakin hapus data "' + param.device_name + '" ?', + title: 'Konfirmasi Hapus', + message: 'Device "' + param.device_name + '" akan dihapus?', onConfirm: () => handleDelete(param.device_id), onCancel: () => props.setSelectedData(null), });