From f141fd92ac3ff341b03ccae7600e1d656c0e50d9 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 21 Jun 2024 19:39:38 +0100 Subject: [PATCH] Improved `insurance-unable_to_find_trader_by_id` locale --- project/assets/database/locales/server/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/database/locales/server/en.json b/project/assets/database/locales/server/en.json index 0a845880..436e6676 100644 --- a/project/assets/database/locales/server/en.json +++ b/project/assets/database/locales/server/en.json @@ -118,7 +118,7 @@ "insurance-unable_to_find_attachment_in_db": "Could not find insured attachment in the database - ID: {{insuredItemId}}, Template: {{insuredItemTpl}}", "insurance-unable_to_find_main_parent_for_attachment": "Could not find main-parent for insured attachment - ID: {{insuredItemId}}, Template: {{insuredItemTpl}}, Parent ID: {{parentId}}", "insurance-unable_to_find_parent_of_item": "Could not find parent for insured item - ID: {{insuredItemId}}, Template: {{insuredItemTpl}}, Parent ID: {{parentId}}", - "insurance-unable_to_find_trader_by_id": "Trader: %s could not found", + "insurance-unable_to_find_trader_by_id": "Trader: %s could not be found", "inventory-edit_trader_item": "Unable to edit a traders item", "inventory-examine_item_does_not_exist": "examineItem() - No id with %s found", "inventory-fill_container_failed": "fillContainerMapWithItem() returned with an error %s",