diff --git a/ts/routes/deck-options/choices.ts b/ts/routes/deck-options/choices.ts index c018f5d52..81077b004 100644 --- a/ts/routes/deck-options/choices.ts +++ b/ts/routes/deck-options/choices.ts @@ -212,11 +212,11 @@ export function CMRRTargetChoices(): Choice[] { value: "stability", }, { - label: "Future Retention (Experimental)", + label: "Post Abandon Memorized (Experimental)", value: "futureMemorized", }, { - label: "Average Future Retention (Experimental)", + label: "Average Post Abandon Memorized (Experimental)", value: "averageFutureMemorized", }, ] as const;