diff --git a/src/openforms/js/compiled-lang/en.json b/src/openforms/js/compiled-lang/en.json index 2426de61dd..35e9958410 100644 --- a/src/openforms/js/compiled-lang/en.json +++ b/src/openforms/js/compiled-lang/en.json @@ -1613,6 +1613,12 @@ "value": "Street name" } ], + "DFQ0Pq": [ + { + "type": 0, + "value": "Update existing objects" + } + ], "DGpAyT": [ { "type": 0, diff --git a/src/openforms/js/compiled-lang/nl.json b/src/openforms/js/compiled-lang/nl.json index 2728037ed2..2c2060d55b 100644 --- a/src/openforms/js/compiled-lang/nl.json +++ b/src/openforms/js/compiled-lang/nl.json @@ -1634,6 +1634,12 @@ "value": "Straatnaam" } ], + "DFQ0Pq": [ + { + "type": 0, + "value": "Update existing objects" + } + ], "DGpAyT": [ { "type": 0, diff --git a/src/openforms/js/lang/en.json b/src/openforms/js/lang/en.json index 9b8e40ce86..8eea60e6ca 100644 --- a/src/openforms/js/lang/en.json +++ b/src/openforms/js/lang/en.json @@ -699,6 +699,11 @@ "description": "JSON variable type \"boolean\" representation", "originalDefault": "Boolean" }, + "DFQ0Pq": { + "defaultMessage": "Update existing objects", + "description": "Objects registration: update existing objects settings", + "originalDefault": "Update existing objects" + }, "DGpAyT": { "defaultMessage": "Move down", "description": "Move down icon title", diff --git a/src/openforms/js/lang/nl.json b/src/openforms/js/lang/nl.json index 06b9f74fe8..032d9496bd 100644 --- a/src/openforms/js/lang/nl.json +++ b/src/openforms/js/lang/nl.json @@ -705,6 +705,11 @@ "description": "JSON variable type \"boolean\" representation", "originalDefault": "Boolean" }, + "DFQ0Pq": { + "defaultMessage": "Update existing objects", + "description": "Objects registration: update existing objects settings", + "originalDefault": "Update existing objects" + }, "DGpAyT": { "defaultMessage": "Verplaats omlaag", "description": "Move down icon title",