corrected error message when tags are repeated
This commit is contained in:
parent
456e63700f
commit
4e5cbef155
|
@ -102,7 +102,7 @@ class ItemTags {
|
|||
}
|
||||
|
||||
if (repeatedItemTags) {
|
||||
return this.vnApp.showMessage(this.$translate.instant('The barcode must be unique'));
|
||||
return this.vnApp.showMessage(this.$translate.instant('The tag must be unique'));
|
||||
}
|
||||
|
||||
canSubmit = submitObj.update.length > 0 || submitObj.create.length > 0 || submitObj.delete.length > 0;
|
||||
|
|
Loading…
Reference in New Issue