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 }