Skip to content

Commit

Permalink
feat: add labels logic
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Apr 5, 2022
1 parent b8fc82d commit 1563002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/forms/CreateUnitLabelsForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ const CreateUnitLabelsForm = ({ value, onChange }) => {
<StyledLabelContainer>
<Body>
<LabelContainer>
<FormattedMessage id="select-existing-project" />
<FormattedMessage id="select-label-by-project" />
</LabelContainer>
<ToolTipContainer
tooltip={intl.formatMessage({
id: 'select-existing-project',
id: 'select-label-by-project',
})}
>
<DescriptionIcon height="14" width="14" />
Expand Down

0 comments on commit 1563002

Please sign in to comment.