remove space

This commit is contained in:
Niels Lyngsø
2020-01-23 19:45:17 +01:00
parent 03b05a05d1
commit 133bec9b65
@@ -39,7 +39,7 @@ function valPropertyMsg(serverValidationManager, localizationService) {
var currentProperty = umbPropCtrl.property;
scope.currentProperty = currentProperty;
var currentCulture = currentProperty.culture;
var currentSegment = currentProperty.segment;
var currentSegment = currentProperty.segment;
var labels = {};
localizationService.localize("errors_propertyHasErrors").then(function (data) {