Slight change to terminology
This commit is contained in:
parent
793530788b
commit
78a1df30c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue