diff --git a/resources/js/views/FixTree.vue b/resources/js/views/FixTree.vue index 02f874d489d..6406f2303a7 100644 --- a/resources/js/views/FixTree.vue +++ b/resources/js/views/FixTree.vue @@ -135,7 +135,7 @@ function apply() { toast.add({ severity: "error", summary: "Invalid tree!", - detail: "We are not applying this as this is guaranteed to be a broken state.", + detail: "We are not applying this as it is guaranteed to be a broken state.", life: 3000, }); return;