Skip to content

Commit 4b025ca

Browse files
durranimlucas
authored andcommitted
INT-1617: Expand duplicate key message
1 parent 5cf919b commit 4b025ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal-packages/crud/lib/component/editable-key.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class EditableKey extends React.Component {
9191
*/
9292
renderTitle() {
9393
if (this.state.duplicate) {
94-
return `Duplicate key: '${this.element.currentKey}'`
94+
return `Duplicate key: '${this.element.currentKey}' - this will overwrite previous values.`
9595
}
9696
return this.element.currentKey;
9797
}

0 commit comments

Comments
 (0)