Web: People: added translation for Head field in GroupAction if there is no owner

This commit is contained in:
Artem Tarasov 2020-09-15 16:22:07 +03:00
parent 89baffc5d6
commit 6153e02c54

View File

@ -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,