forked from ddrilling/asb_cloud_front
Кнопка "Режимы" переименована
This commit is contained in:
parent
27fc56fb6b
commit
6e8de88ec7
@ -235,7 +235,7 @@ export const WellCompositeSections = ({ idWell, statsWells, selectedSections })
|
||||
disabled={selectedWells.length <= 0}
|
||||
onClick={onParamButtonClick}
|
||||
>
|
||||
Режимы
|
||||
Заполнить режимы текущей скважины
|
||||
</Button>
|
||||
</Col>
|
||||
</Row>
|
||||
@ -265,7 +265,7 @@ export const WellCompositeSections = ({ idWell, statsWells, selectedSections })
|
||||
</Modal>
|
||||
|
||||
<Modal
|
||||
title={'Режимы'}
|
||||
title={'Заполнить режимы текущей скважины'}
|
||||
centered
|
||||
visible={isParamsModalVisible}
|
||||
onCancel={() => setIsParamsModalVisible(false)}
|
||||
|
Loading…
Reference in New Issue
Block a user