Skip to content

Commit 2690404

Browse files
committed
Change labels of the rating system
1 parent 86875e2 commit 2690404

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/composables/useGlobalFeedback.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ export interface DetailedFeedbackForm {
3535
const FEEDBACK_OPTIONS: FeedbackOption[] = [
3636
{
3737
rating: 1,
38-
title: 'Not Great',
38+
title: 'Poor',
3939
description: "These fields won't work for me",
4040
},
4141
{
4242
rating: 2,
43-
title: 'Somewhat OK',
43+
title: 'Acceptable',
4444
description: 'I can use these fields, but they need some work',
4545
},
4646
{
4747
rating: 3,
48-
title: 'Great!',
48+
title: 'Good',
4949
description: 'These fields work for my use case',
5050
},
5151
]

0 commit comments

Comments
 (0)