diff --git a/package.json b/package.json index ff7a811..f828c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "2.1.9", + "version": "2.2.0", "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", diff --git a/src/components/vp-explorer/TensePicker.tsx b/src/components/vp-explorer/TensePicker.tsx index 3177f74..a371469 100644 --- a/src/components/vp-explorer/TensePicker.tsx +++ b/src/components/vp-explorer/TensePicker.tsx @@ -40,12 +40,12 @@ const verbTenseOptions: { label: string | JSX.Element, value: T.VerbTense, formu label:
habitual continual past
, value: "habitualImperfectivePast", formula: "ba + contiunous past", - modalFormula: `ba + imperfective past modal`, + modalFormula: `ba + simple past modal`, }, { label:
habitual simple past
, value: "habitualPerfectivePast", formula: "ba + simple past", - modalFormula: `ba + perfective past modal`, + modalFormula: `ba + continuous past modal`, }]; const perfectTenseOptions: { label: string | JSX.Element, value: T.PerfectTense, formula: string }[] = [{