From 574737348047b7ecad7d0e085a23e38a6b3aae63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6pf?= Date: Sat, 28 Jan 2023 19:57:44 +0100 Subject: [PATCH] fix typo Unhelful --- website/src/components/Survey/LabelLikertGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/Survey/LabelLikertGroup.tsx b/website/src/components/Survey/LabelLikertGroup.tsx index fc959a26..f7f14e7d 100644 --- a/website/src/components/Survey/LabelLikertGroup.tsx +++ b/website/src/components/Survey/LabelLikertGroup.tsx @@ -137,7 +137,7 @@ const getLabelInfo = (label: string): LabelInfo => { }; case "helpfulness": return { - zeroText: "Unhelful", + zeroText: "Unhelpful", zeroDescription: [], oneText: "Helpful", oneDescription: ["Completes the task to a high standard"],