[O] Fix grammar issue

This commit is contained in:
Hykilpikonna
2020-04-27 04:14:51 -04:00
parent 93aeab2c01
commit a88164319b
@@ -141,7 +141,7 @@
{ {
if (this.rating.ratings.includes(0)) if (this.rating.ratings.includes(0))
{ {
this.$message.error('You didn\'t rate all of the criteria yet!'); this.$message.error('You haven\'t rated all of the criteria yet!');
return; return;
} }