Merge pull request #989 from vadi2/patch-1
Fix missing space in slicing validation failure message
This commit is contained in:
commit
0f3e8be43b
|
@ -380,7 +380,7 @@ Unable_to_resolve_name_reference__at_path_ = Unable to resolve name reference {0
|
|||
Details_for__matching_against_Profile_ = Details for {0} matching against profile {1}
|
||||
Does_not_match_slice_ = Does not match slice ''{0}'' (discriminator: {1})
|
||||
Profile__does_not_match_for__because_of_the_following_profile_issues__ = Profile {0} does not match for {1} because of the following profile issues: {2}
|
||||
This_element_does_not_match_any_known_slice_ = This element does not match any known slice{0}
|
||||
This_element_does_not_match_any_known_slice_ = This element does not match any known slice {0}
|
||||
defined_in_the_profile = defined in the profile
|
||||
This_does_not_appear_to_be_a_FHIR_resource_unknown_name_ = This does not appear to be a FHIR resource (unknown name ''{0}'')
|
||||
This_cannot_be_parsed_as_a_FHIR_object_no_name = This cannot be parsed as a FHIR object (no name)
|
||||
|
|
Loading…
Reference in New Issue