From 5371eada034b4b5538f6d7f6b6ae43acdae0a5c8 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:11:56 -0500 Subject: [PATCH] add missing key --- web/public/locales/en/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/public/locales/en/common.json b/web/public/locales/en/common.json index 23d9fde3a..de17f444b 100644 --- a/web/public/locales/en/common.json +++ b/web/public/locales/en/common.json @@ -313,5 +313,6 @@ "information": { "pixels": "{{area}}px" }, - "no_items": "No items" + "no_items": "No items", + "validation_errors": "Validation Errors" }