diff --git a/src/openforms/js/compiled-lang/en.json b/src/openforms/js/compiled-lang/en.json index 5e53c02916..635767bfed 100644 --- a/src/openforms/js/compiled-lang/en.json +++ b/src/openforms/js/compiled-lang/en.json @@ -1049,6 +1049,12 @@ "value": "Changing the objecttype will remove the existing variables mapping. Are you sure you want to continue?" } ], + "9aLRWy": [ + { + "type": 0, + "value": "Prefill property" + } + ], "9bGp7h": [ { "type": 0, @@ -1379,12 +1385,6 @@ "value": " attribute" } ], - "CGTS1p": [ - { - "type": 0, - "value": "Prefill attribute" - } - ], "CN9j+L": [ { "type": 0, diff --git a/src/openforms/js/compiled-lang/nl.json b/src/openforms/js/compiled-lang/nl.json index c57109eb89..1cc14beab7 100644 --- a/src/openforms/js/compiled-lang/nl.json +++ b/src/openforms/js/compiled-lang/nl.json @@ -1053,6 +1053,12 @@ "value": "Let op! Als je een ander objecttype selecteert, dan worden de bestaande koppelingen gereset. Ben je zeker dat je door wil gaan?" } ], + "9aLRWy": [ + { + "type": 0, + "value": "Prefill property" + } + ], "9bGp7h": [ { "type": 0, @@ -1383,12 +1389,6 @@ "value": "-attribuut." } ], - "CGTS1p": [ - { - "type": 0, - "value": "Prefill attribute" - } - ], "CN9j+L": [ { "type": 0, diff --git a/src/openforms/js/lang/en.json b/src/openforms/js/lang/en.json index c1447f0c1f..549901116d 100644 --- a/src/openforms/js/lang/en.json +++ b/src/openforms/js/lang/en.json @@ -424,6 +424,11 @@ "description": "Objects API registration options: warning message when changing the object type", "originalDefault": "Changing the objecttype will remove the existing variables mapping. Are you sure you want to continue?" }, + "9aLRWy": { + "defaultMessage": "Prefill property", + "description": "Accessible label for prefill property dropdown", + "originalDefault": "Prefill property" + }, "9bGp7h": { "defaultMessage": "Active", "description": "Form active field label", @@ -569,11 +574,6 @@ "description": "'Map to geometry field' checkbox help text", "originalDefault": "Whether to map this variable to the {geometryPath} attribute" }, - "CGTS1p": { - "defaultMessage": "Prefill attribute", - "description": "Accessible label for prefill attribute dropdown", - "originalDefault": "Prefill attribute" - }, "CN9j+L": { "defaultMessage": "Delete", "description": "Delete icon title", diff --git a/src/openforms/js/lang/nl.json b/src/openforms/js/lang/nl.json index 990b6c7585..7bc15210f0 100644 --- a/src/openforms/js/lang/nl.json +++ b/src/openforms/js/lang/nl.json @@ -428,6 +428,11 @@ "description": "Objects API registration options: warning message when changing the object type", "originalDefault": "Changing the objecttype will remove the existing variables mapping. Are you sure you want to continue?" }, + "9aLRWy": { + "defaultMessage": "Prefill property", + "description": "Accessible label for prefill property dropdown", + "originalDefault": "Prefill property" + }, "9bGp7h": { "defaultMessage": "Actief", "description": "Form active field label", @@ -574,11 +579,6 @@ "description": "'Map to geometry field' checkbox help text", "originalDefault": "Whether to map this variable to the {geometryPath} attribute" }, - "CGTS1p": { - "defaultMessage": "Prefill attribute", - "description": "Accessible label for prefill attribute dropdown", - "originalDefault": "Prefill attribute" - }, "CN9j+L": { "defaultMessage": "Verwijderen", "description": "Delete icon title",