align additional bindings with extension definition

This commit is contained in:
Grahame Grieve 2022-04-13 18:07:57 +10:00
parent 6f3fe23f49
commit 9928efa0d1
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class AdditionalBindingsRenderer {
case "conformance" :
td.ah(corePath+"terminologies.html#strength", "Validators will check this binding (strength = required)").tx("Validation Criteria");
break;
case "required" :
case "current" :
td.span(null, "New records are required to use this value set, but legacy records may use other codes").tx("Required");
break;
case "recommended" :