mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-11-01 19:27:58 +00:00
Wifi scan modal has 'Cancel' instead of Close
This commit is contained in:
@@ -195,7 +195,7 @@ const WifiScanModal = ({ show, toggleModal }) => {
|
||||
disabled={waiting}
|
||||
/>
|
||||
<CButton color="secondary" onClick={toggleModal}>
|
||||
{(!hadSuccess && !hadFailure && waiting) ? t('common.cancel') : t('common.close')}
|
||||
{(!hadSuccess && !hadFailure) ? t('common.cancel') : t('common.close')}
|
||||
</CButton>
|
||||
</CModalFooter>
|
||||
</CModal>
|
||||
|
||||
Reference in New Issue
Block a user