diff --git a/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js b/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js index 740353e019..5434bcc4bb 100644 --- a/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js +++ b/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js @@ -117,7 +117,7 @@ class SectionBodyContent extends React.Component { group && group.manager ? { key: group.manager.id, - label: group.manager.displayName === "profile removed" ? "Select" : group.manager.displayName + label: group.manager.displayName === "profile removed" ? t('LblSelect') : group.manager.displayName } : { key: GUID_EMPTY,