From 722533c93b8692102153705f9aa2434a3ac03646 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 20 May 2026 11:33:40 -0500 Subject: [PATCH] i18n --- web/public/locales/en/common.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/public/locales/en/common.json b/web/public/locales/en/common.json index a05126c681..4436808d08 100644 --- a/web/public/locales/en/common.json +++ b/web/public/locales/en/common.json @@ -316,5 +316,8 @@ "pixels": "{{area}}px" }, "no_items": "No items", - "validation_errors": "Validation Errors" + "validation_errors": "Validation Errors", + "credentialField": { + "savedPlaceholder": "Saved — leave blank to keep current" + } }