fix typo Unhelful

This commit is contained in:
Andreas Köpf
2023-01-28 19:57:44 +01:00
committed by GitHub
parent 54503b7e1b
commit 5747373480
@@ -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"],