From bc08e863a92944ea1dc2bfebfc6b3b29d4d1825b Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Mon, 30 Sep 2024 14:57:20 +0100 Subject: [PATCH] Corrected strings. Signed-off-by: Konstantina Chremmou --- ocaml/idl/datamodel.ml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ocaml/idl/datamodel.ml b/ocaml/idl/datamodel.ml index 22b918a8a52..5fb25cd26a0 100644 --- a/ocaml/idl/datamodel.ml +++ b/ocaml/idl/datamodel.ml @@ -7763,8 +7763,8 @@ module VMPP = struct (Ref _vmpp, "self", "The protection policy") ; ( DateTime , "value" - , "When was the last backup was done. When the timezone is missing, \ - UTC is assumed" + , "The time at which the last backup was done. When the timezone is \ + missing, UTC is assumed" ) ] () @@ -7777,8 +7777,8 @@ module VMPP = struct (Ref _vmpp, "self", "The protection policy") ; ( DateTime , "value" - , "When was the last archive was done. When the timezone is missing, \ - UTC is assumed" + , "The time at which the last archive was created. When the timezone \ + is missing, UTC is assumed" ) ] () @@ -8052,8 +8052,8 @@ module VMSS = struct (Ref _vmss, "self", "The snapshot schedule") ; ( DateTime , "value" - , "When was the schedule was last run. When a timezone is missing, \ - UTC is assumed" + , "The time at which the schedule was last run. When the timezone is \ + missing, UTC is assumed" ) ] ()