'modal' to 'ability'
This commit is contained in:
parent
d7c6a6044f
commit
590ad249ea
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "3.1.2",
|
"version": "3.1.3",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -203,7 +203,7 @@ function TensePicker(props: ({
|
||||||
label: "Perfect",
|
label: "Perfect",
|
||||||
value: "perfect",
|
value: "perfect",
|
||||||
}, {
|
}, {
|
||||||
label: "Modal",
|
label: "Ability",
|
||||||
value: "modal",
|
value: "modal",
|
||||||
}, {
|
}, {
|
||||||
label: "Imperative",
|
label: "Imperative",
|
||||||
|
@ -215,7 +215,7 @@ function TensePicker(props: ({
|
||||||
label: "Perfect",
|
label: "Perfect",
|
||||||
value: "perfect",
|
value: "perfect",
|
||||||
}, {
|
}, {
|
||||||
label: "Modal",
|
label: "Ability",
|
||||||
value: "modal",
|
value: "modal",
|
||||||
}]}
|
}]}
|
||||||
handleChange={props.mode !== "quiz" ? onTenseCategorySelect : () => null}
|
handleChange={props.mode !== "quiz" ? onTenseCategorySelect : () => null}
|
||||||
|
|
Loading…
Reference in New Issue