From 21647b05b8fc4932b953775fe1d9b92b2da403e8 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:16:26 -0500 Subject: [PATCH] better perfective head labelling on verb tree --- package.json | 2 +- src/components/verb-info/VerbInfo.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a300f1..b511c3a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/verb-info/VerbInfo.tsx b/src/components/verb-info/VerbInfo.tsx index f559520..6958374 100644 --- a/src/components/verb-info/VerbInfo.tsx +++ b/src/components/verb-info/VerbInfo.tsx @@ -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 }