From 54059b6bea2ffc9b10188d8165cabc93e0f4058a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 1 Mar 2025 21:30:41 +0100 Subject: [PATCH] Eror message typeo fix --- WebAPI/Controllers/LayersController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index 18264a9..a30c851 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -398,7 +398,7 @@ public class LayersController : Controller Title = $"{importWorker.Name}, {importWorker.Id}", Type = LogEntryType.Warning, LogType = LogType.Import, - Message = "importLayer records are up of date. Not processed.", + Message = "importLayer records are up to date. Not processed.", CreatedAt = DateTime.UtcNow }); }