mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Future Retention -> Post Abandon Memorized
This commit is contained in:
parent
a366c3f361
commit
44ee65417c
1 changed files with 2 additions and 2 deletions
|
|
@ -212,11 +212,11 @@ export function CMRRTargetChoices(): Choice<string>[] {
|
|||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue