'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", "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",

View File

@ -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}