'modal' to 'ability'
This commit is contained in:
parent
d7c6a6044f
commit
590ad249ea
|
@ -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",
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue