From 97b7b895f6d1ab0157b14712395eefe63e56a77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Tue, 10 Dec 2024 16:44:41 +0100 Subject: [PATCH] Update resources/js/views/FixTree.vue Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- resources/js/views/FixTree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;