Localised various error messages

This commit is contained in:
Chomp
2025-06-09 09:35:47 +01:00
parent 2ff286e5ed
commit 57c9ff477e
16 changed files with 65 additions and 53 deletions
@@ -760,7 +760,8 @@ public class FenceService(
.ToList();
if (assortRootItems.Count == 0)
{
logger.Error("Unable to add assorts to Fence as no root items exist in items being added");
logger.Error(localisationService.GetText("fence-unable_to_find_root_item_to_add"));
return;
}