diff --git a/src/pages/Cluster/ClusterWells.jsx b/src/pages/Cluster/ClusterWells.jsx
index 8d3a053..f2a0020 100644
--- a/src/pages/Cluster/ClusterWells.jsx
+++ b/src/pages/Cluster/ClusterWells.jsx
@@ -121,7 +121,7 @@ export default function ClusterWells({statsWells}) {
align: 'center'
},
{
- title: 'Подрядчики',
+ title: 'Участники',
key: 'companies',
dataIndex: 'companies',
render: (item) => item?.map((company) => {company.caption}) ?? '-',
diff --git a/src/pages/WellOperations/WellCompositeEditor/WellCompositeSections.jsx b/src/pages/WellOperations/WellCompositeEditor/WellCompositeSections.jsx
index 9fac449..8c27c8c 100644
--- a/src/pages/WellOperations/WellCompositeEditor/WellCompositeSections.jsx
+++ b/src/pages/WellOperations/WellCompositeEditor/WellCompositeSections.jsx
@@ -147,7 +147,7 @@ export const WellCompositeSections = ({idWell, statsWells, selectedSections}) =>
align: 'center'
},
{
- title: 'Подрядчики',
+ title: 'Участники',
dataIndex: 'companies',
render: (item) =>
item?.map((company) => {company.caption}),