From 03ab676f582658e2d1863e5455a39d2fde899e0a Mon Sep 17 00:00:00 2001 From: Donkie Date: Sun, 22 Oct 2023 20:19:50 +0200 Subject: [PATCH] Fixed lowercase d in vendor field ID Resolves #167 --- client/public/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/public/locales/en/common.json b/client/public/locales/en/common.json index 621d435..5ca7d7b 100644 --- a/client/public/locales/en/common.json +++ b/client/public/locales/en/common.json @@ -215,7 +215,7 @@ "vendor": { "vendor": "Vendors", "fields": { - "id": "Id", + "id": "ID", "name": "Name", "registered": "Registered", "comment": "Comment"