From 7ed53d5fd4dd2d38d516ff2e30db4c5dacd30f9a Mon Sep 17 00:00:00 2001 From: Louise Findlay Date: Mon, 29 Sep 2025 09:58:40 +0100 Subject: [PATCH] Changed did to do. --- packages/cds-odata-annotation-converter/src/i18n/i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cds-odata-annotation-converter/src/i18n/i18n.json b/packages/cds-odata-annotation-converter/src/i18n/i18n.json index 90ff85444b5..71aa365ffc9 100644 --- a/packages/cds-odata-annotation-converter/src/i18n/i18n.json +++ b/packages/cds-odata-annotation-converter/src/i18n/i18n.json @@ -1,7 +1,7 @@ { "Property_is_not_allowed_here": "The `{{name}}` property is not allowed here.", "The_attribute_value_must_be_a_string_literal": "The attribute value must be a string literal.", - "Wrong_element_0_Did_you_mean_1": "`{{currentValue}}` is incorrect. Did you mean `{{proposedValue}}`?", + "Wrong_element_0_Did_you_mean_1": "`{{currentValue}}` is incorrect. Do you mean `{{proposedValue}}`?", "Mandatory_property_not_provided_0": "The mandatory `{{property}}` property was not provided.", "Path_escaping_brackets_should_be_used": "Path escaping brackets `![]` must be used.", "Type_value_must_be_string": "The `$Type` value must be a string literal.",