'modal' to 'ability'

This commit is contained in:
lingdocs 2022-06-27 15:08:11 -05:00
parent d7c6a6044f
commit 590ad249ea
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "3.1.2",
"version": "3.1.3",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",

View File

@ -203,7 +203,7 @@ function TensePicker(props: ({
label: "Perfect",
value: "perfect",
}, {
label: "Modal",
label: "Ability",
value: "modal",
}, {
label: "Imperative",
@ -215,7 +215,7 @@ function TensePicker(props: ({
label: "Perfect",
value: "perfect",
}, {
label: "Modal",
label: "Ability",
value: "modal",
}]}
handleChange={props.mode !== "quiz" ? onTenseCategorySelect : () => null}