This commit is contained in:
parent
ff17ead2ca
commit
b749cb80df
|
@ -115,7 +115,7 @@ class Controller {
|
|||
let filledLines = this.getFilledLines();
|
||||
|
||||
if (filledLines.length <= 0) {
|
||||
this.vnApp.showError('First you must add some quantity');
|
||||
this.vnApp.showError(this.$translate.instant('First you must add some quantity'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue