Update localization

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-03-26 09:32:39 -04:00
parent b20a7db89c
commit aabd999a1a
@@ -50,7 +50,7 @@ function simplifiedEntityName(
// Simplify the diagram output by hiding only the default namespace
return serializeEntityRef(ref)
.toString()
.toLowerCase()
.toLocaleLowerCase('en-US')
.replace(':default/', ':');
}