better perfective head labelling on verb tree
This commit is contained in:
parent
403f84810f
commit
21647b05b8
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "3.1.8",
|
||||
"version": "3.1.9",
|
||||
"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",
|
||||
|
|
|
@ -102,7 +102,7 @@ export function RootsAndStems({ textOptions, info, hidePastParticiple, highlight
|
|||
className="btn btn-sm btn-outline-secondary"
|
||||
onClick={() => setSplit(!split)}
|
||||
>
|
||||
split
|
||||
{split ? "join" : "split"} head
|
||||
</button>
|
||||
</div>}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue