Skip to content
Snippets Groups Projects
Commit f9692bef authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

translations

parent 18196058
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
</entityField>
<entityField>
<name>ZIP</name>
<title>Zip</title>
<title>Postcode</title>
</entityField>
<entityField>
<name>CITY</name>
......
......@@ -211,7 +211,7 @@ DataPrivacyType.get = function(pKey)
return attributeData.map(function(pAttr)
{
return {
value: pAttr[1] + ": " + pAttr[2],
value: pAttr[1] + ": " + translate.text(pAttr[2]),
id: pAttr[0]
}
});
......@@ -233,7 +233,7 @@ DataPrivacyUtils.getDSGVO = function(pContactId, pFilterCond)
var select = "DSGVOID," + // 0
"CONTACT_ID," + // 1
"DSGVOTYPE," + // 2
"DSGVOTYPE," + // 2
"ROW_ID," + // 3
"''," + // 4 - dummy for value
"STATUORITYSOURCE," + // 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment