fix URL TO URI

This commit is contained in:
Grahame Grieve 2023-01-06 10:41:21 +11:00
parent 7a85ae58e0
commit c828ce9eb7
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class CodeSystemRenderer extends TerminologyRenderer {
} }
tr.td().b().tx(getContext().getWorker().translator().translate("xhtml-gen-cs", "Code", getContext().getLang())); tr.td().b().tx(getContext().getWorker().translator().translate("xhtml-gen-cs", "Code", getContext().getLang()));
if (hasURI) { if (hasURI) {
tr.td().b().tx(getContext().getWorker().translator().translate("xhtml-gen-cs", "URL", getContext().getLang())); tr.td().b().tx(getContext().getWorker().translator().translate("xhtml-gen-cs", "URI", getContext().getLang()));
} }
tr.td().b().tx(getContext().getWorker().translator().translate("xhtml-gen-cs", "Type", getContext().getLang())); tr.td().b().tx(getContext().getWorker().translator().translate("xhtml-gen-cs", "Type", getContext().getLang()));
if (hasDescription) { if (hasDescription) {