Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
CORE-103 Use newAttrName intl message in MetadataList
Browse files Browse the repository at this point in the history
  • Loading branch information
psarando committed Mar 18, 2019
1 parent fcba25f commit e72bf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-components/src/metadata/MetadataList.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class MetadataList extends Component {
}

newAttrName() {
return `New attribute ${this.newAttrCount++}`;
return formatMessage(this.props.intl, "newAttrName", {count: this.newAttrCount++});
}

onAddAVU() {
Expand Down

0 comments on commit e72bf97

Please sign in to comment.