Fix ConceptMap rendering column title

This commit is contained in:
Grahame Grieve 2022-08-18 10:01:14 +10:00
parent e8009d3ce3
commit fdb15b8951
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public class ConceptMapRenderer extends TerminologyRenderer {
XhtmlNode tr = tbl.tr();
tr.td().b().tx("Source Code");
tr.td().b().tx("Relationship");
tr.td().b().tx("Destination Code");
tr.td().b().tx("Target Code");
if (comment)
tr.td().b().tx("Comment");
tr = tbl.tr();