fixed a typo that maked javascript error

bzr revid: tsabi-20121129011822-fv9v0l72231y0093
This commit is contained in:
tsabi 2012-11-29 02:18:22 +01:00
parent 92e87f7e6f
commit e2435d4f00
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ instance.web.FormView = instance.web.View.extend(instance.web.form.FieldManagerM
}).value();
warnings.unshift('<ul>');
warnings.push('</ul>');
this.do_warn(_t("The following fields are invalid:", warnings.join(''));
this.do_warn(_t("The following fields are invalid:"), warnings.join(''));
},
/**
* Reload the form after saving