Slight change to terminology

This commit is contained in:
Chloe Herd 2023-06-07 10:08:09 -04:00
parent 793530788b
commit 78a1df30c2

View file

@ -29,7 +29,7 @@ export default {
? `Windshield repair - ${this.damage.numberOfChips} chip${ ? `Windshield repair - ${this.damage.numberOfChips} chip${
this.damage.numberOfChips !== 1 ? "s" : "" this.damage.numberOfChips !== 1 ? "s" : ""
}` }`
: "Windshield Replace", : "Windshield crack",
]; ];
}, },
}, },